summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorThomas Abraham <t-abraham@ti.com>2009-01-04 09:41:16 +0530
committerRemy Bohmer <linux@bohmer.net>2009-01-28 19:57:30 +0100
commit538ef967715322f64ee08efa2296d9682111b014 (patch)
treef316196d03ed9262c99d036eb73c9512c59c25e7 /include/usb.h
parente142e9f35f8ec61e74bf8019428b003f5070c33b (diff)
downloadblackbird-obmc-uboot-538ef967715322f64ee08efa2296d9682111b014.tar.gz
blackbird-obmc-uboot-538ef967715322f64ee08efa2296d9682111b014.zip
usb : musb : Enabling DM6446 (TI DaVinci) USB module power
Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level controller hook up to USB core layer. Signed-off-by: Ravi Babu <ravibabu@ti.com> Signed-off-by: Swaminathan S <swami.iyer@ti.com> Signed-off-by: Thomas Abraham <t-abraham@ti.com> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index d20efb1b04..7c47098d8a 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(CONFIG_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_DAVINCI)
int usb_lowlevel_init(void);
int usb_lowlevel_stop(void);
OpenPOWER on IntegriCloud