aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorRomain Izard <romain.izard.pro@gmail.com>2018-05-11 12:19:55 +0200
committerFelipe Balbi <felipe.balbi@linux.intel.com>2018-05-15 10:24:47 +0300
commit2f8519f6ed42cd332ec442e3b9edc0575bc4df48 (patch)
tree2ec7916ddd99ec65485cd76921034866ef2165b9 /drivers/usb/gadget
parentusb: gadget: udc: atmel: GPIO inversion is handled by gpiod (diff)
downloadlinux-dev-2f8519f6ed42cd332ec442e3b9edc0575bc4df48.tar.xz
linux-dev-2f8519f6ed42cd332ec442e3b9edc0575bc4df48.zip
usb: gadget: udc: atmel: Remove obsolete include
The include defines the private platform_data structure used with AVR platforms. It has no user since 7c55984e191f. Remove it. Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Romain Izard <romain.izard.pro@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/udc/atmel_usba_udc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.c b/drivers/usb/gadget/udc/atmel_usba_udc.c
index 0fe3d0feb8f7..b9623e228609 100644
--- a/drivers/usb/gadget/udc/atmel_usba_udc.c
+++ b/drivers/usb/gadget/udc/atmel_usba_udc.c
@@ -20,7 +20,6 @@
#include <linux/ctype.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
-#include <linux/usb/atmel_usba_udc.h>
#include <linux/delay.h>
#include <linux/of.h>
#include <linux/irq.h>