usb: ohci-pxa27x: add explicit include of hardware.h
authorRob Herring <rob.herring@calxeda.com>
Sun, 12 Feb 2012 21:41:19 +0000 (15:41 -0600)
committerRob 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

index 6313e44..4db399c 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>