Просмотр исходного кода

usb: musb: omap2430.c: remove unnecessary includes

We don't need mach-types and hardware.h

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Anand Gadiyar 15 лет назад
Родитель
Сommit
82e2af47fe
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      drivers/usb/musb/omap2430.c

+ 0 - 2
drivers/usb/musb/omap2430.c

@@ -32,8 +32,6 @@
 #include <linux/clk.h>
 #include <linux/io.h>
 
-#include <asm/mach-types.h>
-#include <mach/hardware.h>
 #include <plat/mux.h>
 
 #include "musb_core.h"