aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-h3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r--arch/arm/mach-omap1/board-h3.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c
index 31f34875ffad..f28f05fe7676 100644
--- a/arch/arm/mach-omap1/board-h3.c
+++ b/arch/arm/mach-omap1/board-h3.c
@@ -436,23 +436,13 @@ static void __init h3_init(void)
436 h3_mmc_init(); 436 h3_mmc_init();
437} 437}
438 438
439static void __init h3_init_irq(void)
440{
441 omap1_init_common_hw();
442 omap1_init_irq();
443}
444
445static void __init h3_map_io(void)
446{
447 omap1_map_common_io();
448}
449
450MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") 439MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board")
451 /* Maintainer: Texas Instruments, Inc. */ 440 /* Maintainer: Texas Instruments, Inc. */
452 .boot_params = 0x10000100, 441 .boot_params = 0x10000100,
453 .map_io = h3_map_io, 442 .map_io = omap16xx_map_io,
443 .init_early = omap1_init_early,
454 .reserve = omap_reserve, 444 .reserve = omap_reserve,
455 .init_irq = h3_init_irq, 445 .init_irq = omap1_init_irq,
456 .init_machine = h3_init, 446 .init_machine = h3_init,
457 .timer = &omap1_timer, 447 .timer = &omap1_timer,
458MACHINE_END 448MACHINE_END