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:
d50673e
)
usb: ohci-pxa27x: add explicit include of hardware.h
author
Rob Herring
<rob.herring@calxeda.com>
Sun, 12 Feb 2012 21:41:19 +0000
(15:41 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Mon, 5 Mar 2012 04:01:33 +0000
(22:01 -0600)
ohci-pxa27x needs cpu_is_pxa3xx macro.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
drivers/usb/host/ohci-pxa27x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ohci-pxa27x.c
b/drivers/usb/host/ohci-pxa27x.c
index 6313e4439f37e3eaa2ecef1ef64e975146114a55..4db399c01348519643621f89c96137fb85fda4ec 100644
(file)
--- a/
drivers/usb/host/ohci-pxa27x.c
+++ b/
drivers/usb/host/ohci-pxa27x.c
@@
-23,6
+23,7
@@
#include <linux/signal.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
+#include <mach/hardware.h>
#include <mach/ohci.h>
#include <mach/pxa3xx-u2d.h>