summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-s3c2410.c
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-02-26 23:02:19 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 16:20:44 -0700
commit3edb8a208b5be90c829f7b19058cb63e947b1d18 (patch)
treeb0dee170d612fc4fac0a0d03fd24681cc5113b4e /drivers/usb/host/ohci-s3c2410.c
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>
Diffstat (limited to 'drivers/usb/host/ohci-s3c2410.c')
-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 @@
#include <linux/platform_device.h>
#include <linux/clk.h>
-#include <mach/hardware.h>
#include <mach/usb-control.h>
#define valid_port(idx) ((idx) == 1 || (idx) == 2)