Browse Source

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>
Alexandre Belloni 10 years ago
parent
commit
474fe70bcf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/usb/host/ohci-at91.c

+ 0 - 4
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)