From: Rob Herring Date: Fri, 2 Mar 2012 03:13:13 +0000 (-0600) Subject: usb: ohci-pxa27x: add explicit include of hardware.h X-Git-Tag: v3.4-rc1~184^2~22^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60b9bd8d162174edd335c1b83dbc2bafde1e9d5f;p=karo-tx-linux.git usb: ohci-pxa27x: add explicit include of hardware.h ohci-pxa27x needs cpu_is_pxa3xx macro. Signed-off-by: Rob Herring Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 6313e4439f37..4db399c01348 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include