]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/usbtty.h
gpio: atmel_pio4: give a full configuration when muxing pins
[u-boot] / drivers / serial / usbtty.h
index 21a3ef4d97ea94d2a167490d9389bfb7f8dd0f8c..05b3c01e5fc1ad9d5b2e08f9d6bf3fec08568843 100644 (file)
@@ -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,8 +13,6 @@
 #include <usbdevice.h>
 #if defined(CONFIG_PPC)
 #include <usb/mpc8xx_udc.h>
-#elif defined(CONFIG_OMAP1510)
-#include <usb/omap1510_udc.h>
 #elif defined(CONFIG_CPU_PXA27X)
 #include <usb/pxa27x_udc.h>
 #elif defined(CONFIG_DW_UDC)