aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-cm-t35.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r--arch/arm/mach-omap2/board-cm-t35.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index 948161d3998e..e0e2d4838003 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -653,12 +653,6 @@ static struct omap_board_mux board_mux[] __initdata = {
653}; 653};
654#endif 654#endif
655 655
656static struct omap_musb_board_data musb_board_data = {
657 .interface_type = MUSB_INTERFACE_ULPI,
658 .mode = MUSB_OTG,
659 .power = 100,
660};
661
662static struct omap_board_config_kernel cm_t35_config[] __initdata = { 656static struct omap_board_config_kernel cm_t35_config[] __initdata = {
663}; 657};
664 658
@@ -675,7 +669,7 @@ static void __init cm_t35_init(void)
675 cm_t35_init_led(); 669 cm_t35_init_led();
676 cm_t35_init_display(); 670 cm_t35_init_display();
677 671
678 usb_musb_init(&musb_board_data); 672 usb_musb_init(NULL);
679 usbhs_init(&usbhs_bdata); 673 usbhs_init(&usbhs_bdata);
680} 674}
681 675