From: Eric Miao Date: Tue, 2 Nov 2010 13:17:46 +0000 (+0800) Subject: ARM: pxa/saar: fix the building failure caused by typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=72feb6e7cb55e7947653446e52e54d66134ac1b5;p=deliverable%2Flinux.git ARM: pxa/saar: fix the building failure caused by typo Signed-off-by: Eric Miao Cc: Haojian Zhuang --- diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c index 4b521e045d75..ffa50e633ee6 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,