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 289a6b82c5f7..315c0214eed3 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -247,8 +247,6 @@ static struct resource innovator1610_smc91x_resources[] = { | |||
247 | .flags = IORESOURCE_MEM, | 247 | .flags = IORESOURCE_MEM, |
248 | }, | 248 | }, |
249 | [1] = { | 249 | [1] = { |
250 | .start = OMAP_GPIO_IRQ(0), | ||
251 | .end = OMAP_GPIO_IRQ(0), | ||
252 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE, | 250 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE, |
253 | }, | 251 | }, |
254 | }; | 252 | }; |
@@ -412,6 +410,8 @@ static void __init innovator_init(void) | |||
412 | #endif | 410 | #endif |
413 | #ifdef CONFIG_ARCH_OMAP16XX | 411 | #ifdef CONFIG_ARCH_OMAP16XX |
414 | if (!cpu_is_omap1510()) { | 412 | if (!cpu_is_omap1510()) { |
413 | innovator1610_smc91x_resources[1].start = gpio_to_irq(0); | ||
414 | innovator1610_smc91x_resources[1].end = gpio_to_irq(0); | ||
415 | platform_add_devices(innovator1610_devices, ARRAY_SIZE(innovator1610_devices)); | 415 | platform_add_devices(innovator1610_devices, ARRAY_SIZE(innovator1610_devices)); |
416 | } | 416 | } |
417 | #endif | 417 | #endif |