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/serial/usbtty.h | |
parent | 0f740cb8e48eb7c90e7977def98601c929101446 (diff) |
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/serial/usbtty.h')
-rw-r--r-- | drivers/serial/usbtty.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index e243a8e3b20..819dec663f4 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -16,8 +16,6 @@ #include <usb/mpc8xx_udc.h> #elif defined(CONFIG_OMAP1510) #include <usb/omap1510_udc.h> -#elif defined(CONFIG_MUSB_UDC) -#include <usb/musb_udc.h> #elif defined(CONFIG_CPU_PXA27X) #include <usb/pxa27x_udc.h> #elif defined(CONFIG_DW_UDC) @@ -26,6 +24,7 @@ #include <usb/mv_udc.h> #endif +#include <usb/udc.h> #include <version.h> /* If no VendorID/ProductID is defined in config.h, pretend to be Linux |