diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index e7dc057600d..405542af6ca 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -509,12 +509,6 @@ static struct platform_device *devkit8000_devices[] __initdata = {  	&omap_dm9000_dev,  }; -static struct omap_musb_board_data musb_board_data = { -	.interface_type		= MUSB_INTERFACE_ULPI, -	.mode			= MUSB_OTG, -	.power			= 100, -}; -  static const struct usbhs_omap_board_data usbhs_bdata __initconst = {  	.port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, @@ -698,7 +692,7 @@ static void __init devkit8000_init(void)  	omap_ads7846_init(2, OMAP3_DEVKIT_TS_GPIO, 0, NULL); -	usb_musb_init(&musb_board_data); +	usb_musb_init(NULL);  	usbhs_init(&usbhs_bdata);  	omap_nand_flash_init(NAND_BUSWIDTH_16, devkit8000_nand_partitions,  			     ARRAY_SIZE(devkit8000_nand_partitions));  |