diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index b730ca5f5544..1bce76589784 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -95,11 +95,6 @@ static struct platform_device *panda_devices[] __initdata = { | |||
95 | &wl1271_device, | 95 | &wl1271_device, |
96 | }; | 96 | }; |
97 | 97 | ||
98 | static void __init omap4_panda_init_early(void) | ||
99 | { | ||
100 | omap2_init_common_infrastructure(); | ||
101 | } | ||
102 | |||
103 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { | 98 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { |
104 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, | 99 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, |
105 | .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, | 100 | .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, |
@@ -586,7 +581,7 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | |||
586 | .boot_params = 0x80000100, | 581 | .boot_params = 0x80000100, |
587 | .reserve = omap_reserve, | 582 | .reserve = omap_reserve, |
588 | .map_io = omap4_panda_map_io, | 583 | .map_io = omap4_panda_map_io, |
589 | .init_early = omap4_panda_init_early, | 584 | .init_early = omap4430_init_early, |
590 | .init_irq = gic_init_irq, | 585 | .init_irq = gic_init_irq, |
591 | .init_machine = omap4_panda_init, | 586 | .init_machine = omap4_panda_init, |
592 | .timer = &omap4_timer, | 587 | .timer = &omap4_timer, |