diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-03-25 11:25:25 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 20:21:36 (GMT) |
commit | 82e2af47fe7a494fafb3f6ed39a7856c1307411b (patch) | |
tree | 62fe1629530a414473d806b4bc9be471781fd4a2 | |
parent | 00ce8eca856bc1e0b943427d2cf76122ae3b1255 (diff) | |
download | linux-82e2af47fe7a494fafb3f6ed39a7856c1307411b.tar.xz |
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>
-rw-r--r-- | drivers/usb/musb/omap2430.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index def37eb..e06d65e 100644 --- a/drivers/usb/musb/omap2430.c +++ b/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" |