git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7a474
)
mach-ux500: fix USB build error
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 27 Jun 2011 16:19:30 +0000
(18:19 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 27 Jun 2011 17:45:40 +0000
(19:45 +0200)
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>
No differences found