X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fserial%2Fusbtty.h;h=05b3c01e5fc1ad9d5b2e08f9d6bf3fec08568843;hb=fee9e83557e32fb2cdfec6bc4e7841474182bca9;hp=e243a8e3b203fe2106beae5b7b3b957629acfacb;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=oweals%2Fu-boot.git 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