summaryrefslogtreecommitdiffstats
path: root/arch
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
parent51e930ae44cb905ba1616add2e3c7f33f0bbbc0e (diff)
downloadop-kernel-dev-72feb6e7cb55e7947653446e52e54d66134ac1b5.zip
op-kernel-dev-72feb6e7cb55e7947653446e52e54d66134ac1b5.tar.gz
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')
-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 4b521e0..ffa50e6 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,
OpenPOWER on IntegriCloud