]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: Fix apollon boot
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 18 Oct 2006 19:36:02 +0000 (22:36 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 18 Oct 2006 19:36:02 +0000 (22:36 +0300)
In previous GPMC patch, there was a typo. Fix typo and add header files for
set_irq_type() warnings.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-apollon.c

index 5d455d40dd9fd0a1a61c5d7203b257ee40208859..99651b2ec65f9cf5ece143b723918e7a7ab4399f 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/interrupt.h>
 #include <linux/delay.h>
 #include <linux/leds.h>
+#include <linux/irq.h>
 
 #include <asm/hardware.h>
 #include <asm/mach-types.h>
@@ -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);