summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorEric Miao2010-11-02 14:17:46 +0100
committerEric Miao2010-11-03 16:11:19 +0100
commit72feb6e7cb55e7947653446e52e54d66134ac1b5 (patch)
tree1367d3e05102e92ee7b6cf45af27fbebd08c0dfa /arch/arm
parentARM: pxa/cm-x2xx: remove duplicate call to pxa27x_init_irq (diff)
downloadkernel-qcow2-linux-72feb6e7cb55e7947653446e52e54d66134ac1b5.tar.gz
kernel-qcow2-linux-72feb6e7cb55e7947653446e52e54d66134ac1b5.tar.xz
kernel-qcow2-linux-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')
-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,