projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371f3b4
)
usb: ohci-pxa27x: add explicit include of hardware.h
author
Rob Herring
<rob.herring@calxeda.com>
Fri, 2 Mar 2012 03:13:13 +0000
(21:13 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:22:11 +0000
(16:22 -0800)
ohci-pxa27x needs cpu_is_pxa3xx macro.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pxa27x.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-pxa27x.c
b/drivers/usb/host/ohci-pxa27x.c
index
6313e44
..
4db399c
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>