[PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo

Haojian Zhuang hzhuang1 at marvell.com
Thu Nov 4 11:05:59 EDT 2010


>-----Original Message-----
>From: eric.y.miao at gmail.com [mailto:eric.y.miao at gmail.com]
>Sent: 2010年11月2日 9:31 PM
>To: linux-arm-kernel at lists.infradead.org
>Cc: Eric Miao; Haojian Zhuang
>Subject: [PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo
>
>From: Eric Miao <eric.y.miao at gmail.com>
>
>Signed-off-by: Eric Miao <eric.y.miao at gmail.com>
>Cc: Haojian Zhuang <haojian.zhuang at marvell.com>
>---
> arch/arm/mach-pxa/saar.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c
>index 2e2f5a3..c1ca8cb 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,
>--
>1.7.1

If FB_PXA is compiled as module, another build failure occurs. My patch is in another thread.

Thanks
Haojian


More information about the linux-arm-kernel mailing list