diff options
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | 2010-07-09 11:43:48 +0530 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2010-08-12 16:40:00 +0200 |
commit | dbea32420022be62116e1c49222be4d64af62c38 (patch) | |
tree | d4327e56bc84cd20947c0bf1cf9d1d3bf9d3a2a5 /include/usb.h | |
parent | a7e9c513b61b3c0fea2bc76046f4b9470e8e2851 (diff) |
musb: MSC host support for AM35x
Tested MSC Host on AM3517EVM.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index bc4ccfe1506..afd65e3180f 100644 --- a/include/usb.h +++ b/include/usb.h @@ -133,7 +133,7 @@ struct usb_device { defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \ defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) || \ defined(CONFIG_USB_OMAP3) || defined(CONFIG_USB_DA8XX) || \ - defined(CONFIG_USB_BLACKFIN) + defined(CONFIG_USB_BLACKFIN) || defined(CONFIG_USB_AM35X) int usb_lowlevel_init(void); int usb_lowlevel_stop(void); |