diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-18 13:30:14 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 21:14:01 +0200 |
commit | 1fe532685a1984dc9f2603ed20bd5e630ba79709 (patch) | |
tree | dfae117e13e895bc7cf46a09a969f226e59991f4 /include/asm-arm | |
parent | 538c29d43ebdac2edcef96ac07982d2296a63077 (diff) | |
download | blackbird-op-linux-1fe532685a1984dc9f2603ed20bd5e630ba79709.tar.gz blackbird-op-linux-1fe532685a1984dc9f2603ed20bd5e630ba79709.zip |
ARM: support generic per-device coherent dma mem
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/dma-mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/dma-mapping.h b/include/asm-arm/dma-mapping.h index e99406a7bece..943f23bc99a2 100644 --- a/include/asm-arm/dma-mapping.h +++ b/include/asm-arm/dma-mapping.h @@ -7,6 +7,8 @@ #include <linux/scatterlist.h> +#include <asm-generic/dma-coherent.h> + /* * DMA-consistent mapping functions. These allocate/free a region of * uncached, unwrite-buffered mapped memory space for use with DMA |