From patchwork Thu Nov 10 10:42:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Solve compilation problem when using host usb with mx27 boards Date: Thu, 10 Nov 2011 00:42:57 -0000 From: Aurelien Bouin X-Patchwork-Id: 124855 Message-Id: <1320921777.46031.YahooMailNeo@web28503.mail.ukl.yahoo.com> To: "s.hauer@pengutronix.de" Cc: "linux-usb@vger.kernel.org" , "w.sang@pengutronix.de" , "linux-arm-kernel@lists.infradead.org" Without this patch, when you are compiling the kernel for mx27 mach you will get an include problem... Signed-off-by: Aurelien bouin --- drivers/usb/host/ehci-mxc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index 0c058be..555a73c 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -24,6 +24,7 @@ #include #include +#include #include #include