commit | df446f5cb8df9132933b101970ba8e46110ac7d6 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Thu Oct 10 15:28:04 2013 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 20 23:46:38 2013 +0200 |
tree | 38f99f3c1a393dc1ee01912ffc0927df2f7d344a | |
parent | f1573942288ae1b8a7f3b147ecacdf8cab7d74d7 [diff] [blame] |
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>
diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c index 05d1b56..733558d 100644 --- a/drivers/usb/gadget/pxa27x_udc.c +++ b/drivers/usb/gadget/pxa27x_udc.c
@@ -16,6 +16,7 @@ #include <asm/arch/hardware.h> #include <asm/io.h> #include <usb/pxa27x_udc.h> +#include <usb/udc.h> #include "ep0.h"