diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 1bce76589784..e26929049a4d 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -570,17 +570,11 @@ static void __init omap4_panda_init(void) | |||
570 | omap4_panda_display_init(); | 570 | omap4_panda_display_init(); |
571 | } | 571 | } |
572 | 572 | ||
573 | static void __init omap4_panda_map_io(void) | ||
574 | { | ||
575 | omap2_set_globals_443x(); | ||
576 | omap44xx_map_common_io(); | ||
577 | } | ||
578 | |||
579 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | 573 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") |
580 | /* Maintainer: David Anders - Texas Instruments Inc */ | 574 | /* Maintainer: David Anders - Texas Instruments Inc */ |
581 | .boot_params = 0x80000100, | 575 | .boot_params = 0x80000100, |
582 | .reserve = omap_reserve, | 576 | .reserve = omap_reserve, |
583 | .map_io = omap4_panda_map_io, | 577 | .map_io = omap4_map_io, |
584 | .init_early = omap4430_init_early, | 578 | .init_early = omap4430_init_early, |
585 | .init_irq = gic_init_irq, | 579 | .init_irq = gic_init_irq, |
586 | .init_machine = omap4_panda_init, | 580 | .init_machine = omap4_panda_init, |