diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-innovator.c')
-rw-r--r-- | arch/arm/mach-omap1/board-innovator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c index 61219182d16a..67d7fd57a692 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -248,8 +248,6 @@ static struct resource innovator1610_smc91x_resources[] = { | |||
248 | .flags = IORESOURCE_MEM, | 248 | .flags = IORESOURCE_MEM, |
249 | }, | 249 | }, |
250 | [1] = { | 250 | [1] = { |
251 | .start = OMAP_GPIO_IRQ(0), | ||
252 | .end = OMAP_GPIO_IRQ(0), | ||
253 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE, | 251 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE, |
254 | }, | 252 | }, |
255 | }; | 253 | }; |
@@ -409,6 +407,8 @@ static void __init innovator_init(void) | |||
409 | #endif | 407 | #endif |
410 | #ifdef CONFIG_ARCH_OMAP16XX | 408 | #ifdef CONFIG_ARCH_OMAP16XX |
411 | if (!cpu_is_omap1510()) { | 409 | if (!cpu_is_omap1510()) { |
410 | innovator1610_smc91x_resources[1].start = gpio_to_irq(0); | ||
411 | innovator1610_smc91x_resources[1].end = gpio_to_irq(0); | ||
412 | platform_add_devices(innovator1610_devices, ARRAY_SIZE(innovator1610_devices)); | 412 | platform_add_devices(innovator1610_devices, ARRAY_SIZE(innovator1610_devices)); |
413 | } | 413 | } |
414 | #endif | 414 | #endif |