Browse Source

usb: gadget: atmel: remove useless include

Definitions from linux/platform_data/atmel.h are not used, remove the
include.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Alexandre Belloni 10 years ago
parent
commit
e3ec4fda07
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/gadget/udc/atmel_usba_udc.c

+ 0 - 1
drivers/usb/gadget/udc/atmel_usba_udc.c

@@ -22,7 +22,6 @@
 #include <linux/usb/gadget.h>
 #include <linux/usb/atmel_usba_udc.h>
 #include <linux/delay.h>
-#include <linux/platform_data/atmel.h>
 #include <linux/of.h>
 #include <linux/of_gpio.h>