summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorShawn Guo2012-09-15 07:45:59 +0200
committerShawn Guo2012-10-15 04:03:14 +0200
commitedfbed90f62b10da9427ee05a63ebe15db97f4d0 (patch)
tree1b0a53c330977e88edc00446e67fc8351689be0e /drivers/usb/host
parentASoC: imx-ssi: remove unneeded mach/hardware.h inclusion (diff)
downloadkernel-qcow2-linux-edfbed90f62b10da9427ee05a63ebe15db97f4d0.tar.gz
kernel-qcow2-linux-edfbed90f62b10da9427ee05a63ebe15db97f4d0.tar.xz
kernel-qcow2-linux-edfbed90f62b10da9427ee05a63ebe15db97f4d0.zip
usb: ehci-mxc: remove unneeded mach/hardware.h inclusion
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
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ehci-mxc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c
index 4a08fc0b27c9..8e58a5fa1994 100644
--- 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>