diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index c2e279173d42..b334b1481678 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -372,12 +372,6 @@ static struct i2c_board_info __initdata h2_i2c_board_info[] = { | |||
372 | }, | 372 | }, |
373 | }; | 373 | }; |
374 | 374 | ||
375 | static void __init h2_init_irq(void) | ||
376 | { | ||
377 | omap1_init_common_hw(); | ||
378 | omap1_init_irq(); | ||
379 | } | ||
380 | |||
381 | static struct omap_usb_config h2_usb_config __initdata = { | 375 | static struct omap_usb_config h2_usb_config __initdata = { |
382 | /* usb1 has a Mini-AB port and external isp1301 transceiver */ | 376 | /* usb1 has a Mini-AB port and external isp1301 transceiver */ |
383 | .otg = 2, | 377 | .otg = 2, |
@@ -453,17 +447,13 @@ static void __init h2_init(void) | |||
453 | h2_mmc_init(); | 447 | h2_mmc_init(); |
454 | } | 448 | } |
455 | 449 | ||
456 | static void __init h2_map_io(void) | ||
457 | { | ||
458 | omap1_map_common_io(); | ||
459 | } | ||
460 | |||
461 | MACHINE_START(OMAP_H2, "TI-H2") | 450 | MACHINE_START(OMAP_H2, "TI-H2") |
462 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ | 451 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ |
463 | .atag_offset = 0x100, | 452 | .atag_offset = 0x100, |
464 | .map_io = h2_map_io, | 453 | .map_io = omap16xx_map_io, |
454 | .init_early = omap1_init_early, | ||
465 | .reserve = omap_reserve, | 455 | .reserve = omap_reserve, |
466 | .init_irq = h2_init_irq, | 456 | .init_irq = omap1_init_irq, |
467 | .init_machine = h2_init, | 457 | .init_machine = h2_init, |
468 | .timer = &omap1_timer, | 458 | .timer = &omap1_timer, |
469 | MACHINE_END | 459 | MACHINE_END |