diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index d7cb9680b4fa..288ff4415757 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -536,9 +536,7 @@ static void __init omap_4430sdp_init(void) | |||
536 | 536 | ||
537 | /* OMAP4 SDP uses internal transceiver so register nop transceiver */ | 537 | /* OMAP4 SDP uses internal transceiver so register nop transceiver */ |
538 | usb_nop_xceiv_register(); | 538 | usb_nop_xceiv_register(); |
539 | /* FIXME: allow multi-omap to boot until musb is updated for omap4 */ | 539 | usb_musb_init(&musb_board_data); |
540 | if (!cpu_is_omap44xx()) | ||
541 | usb_musb_init(&musb_board_data); | ||
542 | 540 | ||
543 | status = omap_ethernet_init(); | 541 | status = omap_ethernet_init(); |
544 | if (status) { | 542 | if (status) { |