[ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zylonite
authoreric miao <[email protected]>
Wed, 27 Feb 2008 01:00:26 +0000 (02:00 +0100)
committerRussell King <[email protected]>
Fri, 29 Feb 2008 22:47:25 +0000 (22:47 +0000)
Signed-off-by: eric miao <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/mach-pxa/zylonite.c

index 7731d50dd86cfe00e2144ded09ca1caa1805d690..afd2cbfca0d91c993d94a8fd6400d73ff5807cf4 100644 (file)
@@ -58,7 +58,7 @@ static struct platform_device smc91x_device = {
        .resource       = smc91x_resources,
 };
 
-#if defined(CONFIG_FB_PXA) || (CONFIG_FB_PXA_MODULES)
+#if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE)
 static void zylonite_backlight_power(int on)
 {
        gpio_set_value(gpio_backlight, on);