diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-10-10 15:28:04 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:46:38 +0200 |
commit | 449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979 (patch) | |
tree | 38f99f3c1a393dc1ee01912ffc0927df2f7d344a /drivers/usb/musb | |
parent | 0f740cb8e48eb7c90e7977def98601c929101446 (diff) | |
download | u-boot-imx-449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979.zip u-boot-imx-449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979.tar.gz u-boot-imx-449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979.tar.bz2 |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_udc.c b/drivers/usb/musb/musb_udc.c index 3e3e05e..87640f4 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) |