On 24-01-2013 14:46, Alexander Shishkin wrote:

Some headers included in udc core code are not actually needed, remove
them.

Signed-off-by: Alexander Shishkin <alexander.shish...@linux.intel.com>
---
  drivers/usb/chipidea/udc.c |    8 +-------
  1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c
index 2f45bba..aea09d2 100644
--- a/drivers/usb/chipidea/udc.c
+++ b/drivers/usb/chipidea/udc.c
@@ -13,14 +13,8 @@
  #include <linux/delay.h>
  #include <linux/device.h>
  #include <linux/dmapool.h>
-#include <linux/dma-mapping.h>
  #include <linux/err.h>
-#include <linux/init.h>
-#include <linux/platform_device.h>
-#include <linux/module.h>
-#include <linux/interrupt.h>
-#include <linux/io.h>
-#include <linux/irq.h>
+#include <linux/irqreturn.h>

   Same comment as in previous patch.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to