diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-12 15:41:19 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-04 22:01:33 -0600 |
commit | 47168824fa71b52ca3f4c18ddf0c42ff35192235 (patch) | |
tree | d43eac0b46dc2d747afe816b5550830d3b077b2f | |
parent | d50673ed97a7ce609cf62bcd40c57517ada31806 (diff) | |
download | op-kernel-dev-47168824fa71b52ca3f4c18ddf0c42ff35192235.zip op-kernel-dev-47168824fa71b52ca3f4c18ddf0c42ff35192235.tar.gz |
usb: ohci-pxa27x: add explicit include of hardware.h
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
-rw-r--r-- | drivers/usb/host/ohci-pxa27x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 6313e44..4db399c 100644 --- 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> |