[PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo

eric.y.miao at gmail.com eric.y.miao at gmail.com
Tue Nov 2 09:30:49 EDT 2010


From: Eric Miao <eric.y.miao at gmail.com>

Signed-off-by: Eric Miao <eric.y.miao at gmail.com>
Cc: Haojian Zhuang <haojian.zhuang at marvell.com>
---
 arch/arm/mach-pxa/saar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c
index 2e2f5a3..c1ca8cb 100644
--- a/arch/arm/mach-pxa/saar.c
+++ b/arch/arm/mach-pxa/saar.c
@@ -116,7 +116,7 @@ static struct platform_device smc91x_device = {
 	},
 };
 
-#if defined(CONFIG_FB_PXA) || (CONFIG_FB_PXA_MODULE)
+#if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE)
 static uint16_t lcd_power_on[] = {
 	/* single frame */
 	SMART_CMD_NOOP,
-- 
1.7.1




More information about the linux-arm-kernel mailing list