summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-10-10 15:28:04 -0700
committerMarek Vasut <marex@denx.de>2013-10-20 23:46:38 +0200
commit449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979 (patch)
tree38f99f3c1a393dc1ee01912ffc0927df2f7d344a /drivers/usb/musb
parent0f740cb8e48eb7c90e7977def98601c929101446 (diff)
downloadtalos-obmc-uboot-449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979.tar.gz
talos-obmc-uboot-449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979.zip
usb: udc: add udc.h include file
Move common definitions to udc.h This allows musb_udc.h to be removed as well. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_udc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_udc.c b/drivers/usb/musb/musb_udc.c
index 3e3e05ecfd..87640f4e32 100644
--- a/drivers/usb/musb/musb_udc.c
+++ b/drivers/usb/musb/musb_udc.c
@@ -39,7 +39,8 @@
*/
#include <common.h>
-#include <usb/musb_udc.h>
+#include <usbdevice.h>
+#include <usb/udc.h>
#include "../gadget/ep0.h"
#include "musb_core.h"
#if defined(CONFIG_USB_OMAP3)
OpenPOWER on IntegriCloud