diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-10-16 17:52:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-04 00:38:17 +0100 |
commit | 474fe70bcf04b4d99867bc214c70d45624ab6f6f (patch) | |
tree | 0462152b33c4e7946bfe51103941a61a9a6b415f /drivers/usb/host/ohci-at91.c | |
parent | USB: ohci-platform: Move platform_data checks into the probe function (diff) | |
download | linux-474fe70bcf04b4d99867bc214c70d45624ab6f6f.tar.xz linux-474fe70bcf04b4d99867bc214c70d45624ab6f6f.zip |
USB: OHCI: ohci-at91: remove unnecessary headers
Remove unnecessary mach/* headers to be able to converge to a multiplatform
kernel.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
-rw-r--r-- | drivers/usb/host/ohci-at91.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index e49eb4f90f5d..6181549883af 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c @@ -24,12 +24,8 @@ #include <linux/usb.h> #include <linux/usb/hcd.h> -#include <mach/hardware.h> #include <asm/gpio.h> -#include <mach/cpu.h> - - #include "ohci.h" #define valid_port(index) ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS) |