X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fserial%2Fusbtty.h;h=05b3c01e5fc1ad9d5b2e08f9d6bf3fec08568843;hb=716d775286be0d05b637fbe958e24a3d5a177bf9;hp=e243a8e3b203fe2106beae5b7b3b957629acfacb;hpb=a7eafcfe45427235804ef60e9983a84fbce3ea07;p=u-boot diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index e243a8e3b2..05b3c01e5f 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * (C) Copyright 2006 * Bryan O'Donoghue, bodonoghue@codehermit.ie, CodeHermit - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __USB_TTY_H__ @@ -14,18 +13,15 @@ #include #if defined(CONFIG_PPC) #include -#elif defined(CONFIG_OMAP1510) -#include -#elif defined(CONFIG_MUSB_UDC) -#include #elif defined(CONFIG_CPU_PXA27X) #include #elif defined(CONFIG_DW_UDC) #include -#elif defined(CONFIG_MV_UDC) -#include +#elif defined(CONFIG_CI_UDC) +#include #endif +#include #include /* If no VendorID/ProductID is defined in config.h, pretend to be Linux