aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-11-02 21:17:46 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-11-03 23:11:19 +0800
commit72feb6e7cb55e7947653446e52e54d66134ac1b5 (patch)
tree1367d3e05102e92ee7b6cf45af27fbebd08c0dfa /arch/arm/mach-pxa
parentARM: pxa/cm-x2xx: remove duplicate call to pxa27x_init_irq (diff)
downloadlinux-dev-72feb6e7cb55e7947653446e52e54d66134ac1b5.tar.xz
linux-dev-72feb6e7cb55e7947653446e52e54d66134ac1b5.zip
ARM: pxa/saar: fix the building failure caused by typo
Signed-off-by: Eric Miao <eric.y.miao@gmail.com> Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/saar.c2
1 files changed, 1 insertions, 1 deletions
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,