projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad698d2
)
usb: ehci-mxc: remove unneeded mach/hardware.h inclusion
author
Shawn Guo
<shawn.guo@linaro.org>
Sat, 15 Sep 2012 05:45:59 +0000
(13:45 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:03:14 +0000
(10:03 +0800)
The inclusion of mach/hardware.h is not used by the driver at all.
Remove it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
drivers/usb/host/ehci-mxc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ehci-mxc.c
b/drivers/usb/host/ehci-mxc.c
index 4a08fc0b27c9e541da76b9598120b646ab7aa9a5..8e58a5fa19946282909eecf2a691ad5d546169c8 100644
(file)
--- a/
drivers/usb/host/ehci-mxc.c
+++ b/
drivers/usb/host/ehci-mxc.c
@@
-24,7
+24,6
@@
#include <linux/usb/ulpi.h>
#include <linux/slab.h>
-#include <mach/hardware.h>
#include <linux/platform_data/usb-ehci-mxc.h>
#include <asm/mach-types.h>