浏览代码

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>
Eric Miao 14 年之前
父节点
当前提交
72feb6e7cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-pxa/saar.c

+ 1 - 1
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[] = {
 static uint16_t lcd_power_on[] = {
 	/* single frame */
 	/* single frame */
 	SMART_CMD_NOOP,
 	SMART_CMD_NOOP,