diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-08-30 00:08:49 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-09-26 10:08:31 -0400 |
commit | 57c89707dae01e0142e7185b6e8ff71b120f4c4d (patch) | |
tree | f144235a5aacd3d52d1088642ace32b9a0d9f7b0 /drivers/usb | |
parent | 98b0124f0e2b88ec74cbd9345cf6195e527ce251 (diff) |
musb_debugfs.c: remove unneeded includes on ARM
Nothing actually requires that <mach/hardware.h>, <mach/memory.h> nor
<asm/mach-types.h> be included here.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/musb/musb_debugfs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/musb/musb_debugfs.c b/drivers/usb/musb/musb_debugfs.c index b0176e4569e0..61f4ee466df7 100644 --- a/drivers/usb/musb/musb_debugfs.c +++ b/drivers/usb/musb/musb_debugfs.c | |||
@@ -41,12 +41,6 @@ | |||
41 | #include <linux/debugfs.h> | 41 | #include <linux/debugfs.h> |
42 | #include <linux/seq_file.h> | 42 | #include <linux/seq_file.h> |
43 | 43 | ||
44 | #ifdef CONFIG_ARM | ||
45 | #include <mach/hardware.h> | ||
46 | #include <mach/memory.h> | ||
47 | #include <asm/mach-types.h> | ||
48 | #endif | ||
49 | |||
50 | #include <asm/uaccess.h> | 44 | #include <asm/uaccess.h> |
51 | 45 | ||
52 | #include "musb_core.h" | 46 | #include "musb_core.h" |