From: Alexandre Belloni Date: Thu, 16 Oct 2014 15:52:38 +0000 (+0200) Subject: USB: OHCI: ohci-at91: remove unnecessary headers X-Git-Tag: v3.19-rc1~80^2~97 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=474fe70bcf04b4d99867bc214c70d45624ab6f6f;p=cascardo%2Flinux.git 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 Reviewed-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- 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 #include -#include #include -#include - - #include "ohci.h" #define valid_port(index) ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)