diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index bbe3735e1f78..ab19d305f61e 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -389,11 +389,6 @@ static struct omap_board_config_kernel sdp4430_config[] __initdata = { | |||
389 | { OMAP_TAG_LCD, &sdp4430_lcd_config }, | 389 | { OMAP_TAG_LCD, &sdp4430_lcd_config }, |
390 | }; | 390 | }; |
391 | 391 | ||
392 | static void __init omap_4430sdp_init_early(void) | ||
393 | { | ||
394 | omap2_init_common_infrastructure(); | ||
395 | } | ||
396 | |||
397 | static struct omap_musb_board_data musb_board_data = { | 392 | static struct omap_musb_board_data musb_board_data = { |
398 | .interface_type = MUSB_INTERFACE_UTMI, | 393 | .interface_type = MUSB_INTERFACE_UTMI, |
399 | .mode = MUSB_OTG, | 394 | .mode = MUSB_OTG, |
@@ -841,7 +836,7 @@ MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") | |||
841 | .boot_params = 0x80000100, | 836 | .boot_params = 0x80000100, |
842 | .reserve = omap_reserve, | 837 | .reserve = omap_reserve, |
843 | .map_io = omap_4430sdp_map_io, | 838 | .map_io = omap_4430sdp_map_io, |
844 | .init_early = omap_4430sdp_init_early, | 839 | .init_early = omap4430_init_early, |
845 | .init_irq = gic_init_irq, | 840 | .init_irq = gic_init_irq, |
846 | .init_machine = omap_4430sdp_init, | 841 | .init_machine = omap_4430sdp_init, |
847 | .timer = &omap4_timer, | 842 | .timer = &omap4_timer, |