linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: mx5/mx51_3ds: Fix build due to missing header and wrong define
@ 2011-06-04 18:29 Fabio Estevam
  2011-06-04 18:29 ` [PATCH v2 2/2] ARM: mx5/eukrea_mbimx51-baseboard: Fix build issue due to removed irq Fabio Estevam
  2011-06-06  7:42 ` [PATCH v2 1/2] ARM: mx5/mx51_3ds: Fix build due to missing header and wrong define Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2011-06-04 18:29 UTC (permalink / raw)
  To: linux-arm-kernel

commit b50d28 (ARM i.MX: get rid of wrong MXC_INTERNAL_IRQ usage) broke mx51_3ds build.

Fix it by adding the missing gpio header and also removed the extra parenthesis for 
EXPIO_PARENT_INT definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- removed extra parenthesis in EXPIO_PARENT_INT

 arch/arm/mach-mx5/board-mx51_3ds.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c
index 288965d..befcbad 100644
--- a/arch/arm/mach-mx5/board-mx51_3ds.c
+++ b/arch/arm/mach-mx5/board-mx51_3ds.c
@@ -13,6 +13,7 @@
 #include <linux/irq.h>
 #include <linux/platform_device.h>
 #include <linux/spi/spi.h>
+#include <linux/gpio.h>
 
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
@@ -26,7 +27,7 @@
 #include "devices-imx51.h"
 #include "devices.h"
 
-#define EXPIO_PARENT_INT	gpio_to_irq((IMX_GPIO_NR(1, 6))
+#define EXPIO_PARENT_INT	gpio_to_irq(IMX_GPIO_NR(1, 6))
 #define MX51_3DS_ECSPI2_CS	(GPIO_PORTC + 28)
 
 static iomux_v3_cfg_t mx51_3ds_pads[] = {
-- 
1.7.1

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

end of thread, other threads:[~2011-06-06 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-04 18:29 [PATCH v2 1/2] ARM: mx5/mx51_3ds: Fix build due to missing header and wrong define Fabio Estevam
2011-06-04 18:29 ` [PATCH v2 2/2] ARM: mx5/eukrea_mbimx51-baseboard: Fix build issue due to removed irq Fabio Estevam
2011-06-06  7:42 ` [PATCH v2 1/2] ARM: mx5/mx51_3ds: Fix build due to missing header and wrong define Sascha Hauer
2011-06-06 12:50   ` Fabio Estevam

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).