diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 4e9071589bfb..766f7e47771c 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -322,7 +322,10 @@ static struct spi_board_info sdp4430_spi_board_info[] __initdata = { | |||
322 | .bus_num = 1, | 322 | .bus_num = 1, |
323 | .chip_select = 0, | 323 | .chip_select = 0, |
324 | .max_speed_hz = 24000000, | 324 | .max_speed_hz = 24000000, |
325 | .irq = ETH_KS8851_IRQ, | 325 | /* |
326 | * .irq is set to gpio_to_irq(ETH_KS8851_IRQ) | ||
327 | * in omap_4430sdp_init | ||
328 | */ | ||
326 | }, | 329 | }, |
327 | }; | 330 | }; |
328 | 331 | ||