[ARM] 5406/1: ep93xx: remove unneeded header in ohci-ep93xx.c
authorHartley Sweeten <hartleys@visionengravers.com>
Thu, 19 Feb 2009 16:13:45 +0000 (17:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Feb 2009 16:39:06 +0000 (16:39 +0000)
Remove the unneeded #include <mach/hardware.h>

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/usb/host/ohci-ep93xx.c

index fb3055f..7cf74f8 100644 (file)
@@ -28,8 +28,6 @@
 #include <linux/signal.h>
 #include <linux/platform_device.h>
 
-#include <mach/hardware.h>
-
 static struct clk *usb_host_clock;
 
 static void ep93xx_start_hc(struct device *dev)