aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-02-26 18:02:19 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:44 -0400
commit3edb8a208b5be90c829f7b19058cb63e947b1d18 (patch)
treeb0dee170d612fc4fac0a0d03fd24681cc5113b4e
parent03ee251546a9360cbb4c27c250d128dcbcfd9931 (diff)
USB: ohci-s3c2410: remove <mach/hardware.h> include
Remove the include of <mach/hardware.h>, as no definitions from it are used by the OHCI driver. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/host/ohci-s3c2410.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c
index f46af7a718d4..0e62d2044f7e 100644
--- a/drivers/usb/host/ohci-s3c2410.c
+++ b/drivers/usb/host/ohci-s3c2410.c
@@ -22,7 +22,6 @@
22#include <linux/platform_device.h> 22#include <linux/platform_device.h>
23#include <linux/clk.h> 23#include <linux/clk.h>
24 24
25#include <mach/hardware.h>
26#include <mach/usb-control.h> 25#include <mach/usb-control.h>
27 26
28#define valid_port(idx) ((idx) == 1 || (idx) == 2) 27#define valid_port(idx) ((idx) == 1 || (idx) == 2)