mach-ux500: fix USB build error
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 27 Jun 2011 16:19:30 +0000 (18:19 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 27 Jun 2011 17:45:40 +0000 (19:45 +0200)
commitfc5070b527b8243e9f4369e4e79ab431a5a1cb79
treeec1e9101b33a5b516894f92f670e1c3124e7afc1
parentef7a474cef00594ccef432ce0840464e51ea4ac0
mach-ux500: fix USB build error

The mach-ux500/usb.c was referencing DMA macros, but not
including <linux/dma-mapping.h> so it didn't compile. Fixed by
a proper #include.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ux500/usb.c