From 449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979 Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Thu, 10 Oct 2013 15:28:04 -0700 Subject: 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 --- drivers/serial/usbtty.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/serial/usbtty.h') diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index e243a8e3b2..819dec663f 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -16,8 +16,6 @@ #include #elif defined(CONFIG_OMAP1510) #include -#elif defined(CONFIG_MUSB_UDC) -#include #elif defined(CONFIG_CPU_PXA27X) #include #elif defined(CONFIG_DW_UDC) @@ -26,6 +24,7 @@ #include #endif +#include #include /* If no VendorID/ProductID is defined in config.h, pretend to be Linux -- cgit v1.2.3