usb: ohci-pxa27x: add explicit include of hardware.h
authorRob Herring <[email protected]>
Sun, 12 Feb 2012 21:41:19 +0000 (15:41 -0600)
committerRob Herring <[email protected]>
Mon, 5 Mar 2012 04:01:33 +0000 (22:01 -0600)
ohci-pxa27x needs cpu_is_pxa3xx macro.

Signed-off-by: Rob Herring <[email protected]>
Cc: Alan Stern <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Cc: [email protected]
drivers/usb/host/ohci-pxa27x.c

index 6313e4439f37e3eaa2ecef1ef64e975146114a55..4db399c01348519643621f89c96137fb85fda4ec 100644 (file)
@@ -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>