From 77f3714170b9cc3fcddf8ddb1b5c226dc1dffaf3 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 27 Jun 2011 18:15:14 +0200 Subject: [PATCH] mach-ux500: fix USB build error The mach-ux500/usb.c was referencing DMA macros, but not including so it didn't compile. Fixed by a proper #include. Cc: Arnd Bergmann Cc: Mian Yousaf Kaukab Signed-off-by: Linus Walleij --- Arnd: please merge this atop of the st-ericsson stuff in arm-soc so that the -next tree compiles when it get pulled in. --- arch/arm/mach-ux500/usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/usb.c b/arch/arm/mach-ux500/usb.c index 82e535953fd9..0a01cbdfe063 100644 --- a/arch/arm/mach-ux500/usb.c +++ b/arch/arm/mach-ux500/usb.c @@ -6,6 +6,7 @@ */ #include #include +#include #include #include #include -- 2.39.2