]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: PL08x: Fix trivial build error
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Aug 2011 08:34:26 +0000 (09:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Aug 2011 07:42:28 +0000 (08:42 +0100)
commit8ce3a687b350183b146bcb91b31f4c31dc34e162
treec50299b3da16e57805b36a74a75e2b6a8510fc54
parent63780afa5fa38ea67578dceef56c3f5c5f6ab022
dmaengine: PL08x: Fix trivial build error

Something changed during the 3.1 merge window in the include files
which now causes the pl08x DMA engine driver to fail to build.  Fix
this by adding the now necessary dma-mapping.h include:

drivers/dma/amba-pl08x.c: In function ■pl08x_unmap_buffers■:
drivers/dma/amba-pl08x.c:1524: error: implicit declaration of function ■dma_unmap_single■
drivers/dma/amba-pl08x.c:1527: error: implicit declaration of function ■dma_unmap_page■

Acked-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/dma/amba-pl08x.c