From 2721551a11e64ac639547211dae027eea476af4c Mon Sep 17 00:00:00 2001 From: Vipin KUMAR Date: Tue, 6 Mar 2012 23:39:37 +0000 Subject: USB:gadget:designware USB device controller (UDC) implementation The earlier usb device controller driver was specific to spear platforms. This patch implements the usb device controller driver as a generic controller which can be reused by other platforms using this peripheral. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi Acked-by: Marek Vasut --- drivers/serial/usbtty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/serial') diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index e449cd7..60347d7 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -33,8 +33,8 @@ #include #elif defined(CONFIG_CPU_PXA27X) #include -#elif defined(CONFIG_SPEAR3XX) || defined(CONFIG_SPEAR600) -#include +#elif defined(CONFIG_DW_UDC) +#include #endif #include -- cgit v1.1