projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b0124
)
musb_debugfs.c: remove unneeded includes on ARM
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Tue, 30 Aug 2011 04:08:49 +0000
(
00:08
-0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Mon, 26 Sep 2011 14:08:31 +0000
(10:08 -0400)
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>
drivers/usb/musb/musb_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_debugfs.c
b/drivers/usb/musb/musb_debugfs.c
index
b0176e4
..
61f4ee4
100644
(file)
--- a/
drivers/usb/musb/musb_debugfs.c
+++ b/
drivers/usb/musb/musb_debugfs.c
@@
-41,12
+41,6
@@
#include <linux/debugfs.h>
#include <linux/seq_file.h>
-#ifdef CONFIG_ARM
-#include <mach/hardware.h>
-#include <mach/memory.h>
-#include <asm/mach-types.h>
-#endif
-
#include <asm/uaccess.h>
#include "musb_core.h"