diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-15 13:45:59 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-15 10:03:14 +0800 |
commit | edfbed90f62b10da9427ee05a63ebe15db97f4d0 (patch) | |
tree | 1b0a53c330977e88edc00446e67fc8351689be0e | |
parent | ad698d20a6a83904d85adadc5d4c0dd9c48dcded (diff) | |
download | op-kernel-dev-edfbed90f62b10da9427ee05a63ebe15db97f4d0.zip op-kernel-dev-edfbed90f62b10da9427ee05a63ebe15db97f4d0.tar.gz |
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
-rw-r--r-- | drivers/usb/host/ehci-mxc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index 4a08fc0..8e58a5f 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> |