linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo
@ 2010-11-02 13:30 eric.y.miao at gmail.com
  2010-11-04 15:05 ` Haojian Zhuang
  0 siblings, 1 reply; 2+ messages in thread
From: eric.y.miao at gmail.com @ 2010-11-02 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

From: Eric Miao <eric.y.miao@gmail.com>

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Haojian Zhuang <haojian.zhuang@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo
  2010-11-02 13:30 [PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo eric.y.miao at gmail.com
@ 2010-11-04 15:05 ` Haojian Zhuang
  0 siblings, 0 replies; 2+ messages in thread
From: Haojian Zhuang @ 2010-11-04 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

>-----Original Message-----
From: eric.y.miao@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@gmail.com>
>
>Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
>Cc: Haojian Zhuang <haojian.zhuang@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-04 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 13:30 [PATCH 2/2] ARM: pxa/saar: fix the building failure caused by typo eric.y.miao at gmail.com
2010-11-04 15:05 ` Haojian Zhuang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).