From: Linus Walleij Date: Mon, 27 Jun 2011 16:15:14 +0000 (+0200) Subject: mach-ux500: fix USB build error X-Git-Tag: next-20110726~83^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77f3714170b9cc3fcddf8ddb1b5c226dc1dffaf3;p=karo-tx-linux.git 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. --- 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