From 60b9bd8d162174edd335c1b83dbc2bafde1e9d5f Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 1 Mar 2012 21:13:13 -0600 Subject: [PATCH] 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 --- drivers/usb/host/ohci-pxa27x.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0