From 21322bb0190af79623a013b68f69211a04bc96bd Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Wed, 18 Oct 2006 22:36:02 +0300 Subject: [PATCH] [PATCH] ARM: OMAP: Fix apollon boot In previous GPMC patch, there was a typo. Fix typo and add header files for set_irq_type() warnings. Signed-off-by: Kyungmin Park Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-apollon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 5d455d40dd9f..99651b2ec65f 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -199,7 +200,7 @@ static inline void __init apollon_init_smc91x(void) return; } apollon_smc91x_resources[0].start = base + 0x300; - apollon_smc91x_resources[1].end = base + 0x30f; + apollon_smc91x_resources[0].end = base + 0x30f; udelay(100); omap_cfg_reg(W4__24XX_GPIO74); -- 2.39.2