summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/mpc8xx_udc.c
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/gadget/mpc8xx_udc.c
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/gadget/mpc8xx_udc.c')
-rw-r--r--drivers/usb/gadget/mpc8xx_udc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/mpc8xx_udc.c b/drivers/usb/gadget/mpc8xx_udc.c
index 0207d391a8..7f72972dcc 100644
--- a/drivers/usb/gadget/mpc8xx_udc.c
+++ b/drivers/usb/gadget/mpc8xx_udc.c
@@ -47,6 +47,7 @@
#include <commproc.h>
#include <usbdevice.h>
#include <usb/mpc8xx_udc.h>
+#include <usb/udc.h>
#include "ep0.h"
OpenPOWER on IntegriCloud