diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index a11a575745e4..42f49f785c93 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -248,6 +248,7 @@ MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") | |||
248 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 248 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
249 | .boot_params = 0x80000100, | 249 | .boot_params = 0x80000100, |
250 | .map_io = omap_2430sdp_map_io, | 250 | .map_io = omap_2430sdp_map_io, |
251 | .reserve = omap_reserve, | ||
251 | .init_irq = omap_2430sdp_init_irq, | 252 | .init_irq = omap_2430sdp_init_irq, |
252 | .init_machine = omap_2430sdp_init, | 253 | .init_machine = omap_2430sdp_init, |
253 | .timer = &omap_timer, | 254 | .timer = &omap_timer, |