This patch enables TI OMAP3 MUSB Host controller driver hook up to USB core layer.
Signed-off-by: Ravi Babu <[email protected]> Signed-off-by: Swaminathan S <[email protected]> Signed-off-by: Thomas Abraham <[email protected]> Signed-off-by: Ajay Kumar Gupta <[email protected]> --- include/usb.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/usb.h b/include/usb.h index cd6f37a..19876f2 100644 --- a/include/usb.h +++ b/include/usb.h @@ -183,7 +183,7 @@ struct usb_device { #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ defined(CONFI_USB_EHCI) || defined(CONFIG_USB_OHCI_NEW) || \ defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \ - defined(CONFIG_USB_R8A66597_HCD) + defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_OMAP3530) int usb_lowlevel_init(void); int usb_lowlevel_stop(void); -- 1.5.6 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

