projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ee251
)
USB: ohci-s3c2410: remove <mach/hardware.h> include
author
Ben Dooks
<ben@simtec.co.uk>
Thu, 26 Feb 2009 23:02:19 +0000
(23:02 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 24 Mar 2009 23:20:44 +0000
(16:20 -0700)
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>
drivers/usb/host/ohci-s3c2410.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ohci-s3c2410.c
b/drivers/usb/host/ohci-s3c2410.c
index f46af7a718d416a548b565c142ccf8d229c1505f..0e62d2044f7ef85d1ae34fa29fb03979740750a6 100644
(file)
--- 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)