From: Rob Herring Date: Sun, 12 Feb 2012 21:41:19 +0000 (-0600) Subject: usb: ohci-pxa27x: add explicit include of hardware.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47168824fa71b52ca3f4c18ddf0c42ff35192235;p=linux-beck.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 Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- 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