aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-07-19 02:22:17 -0400
committerJens Axboe <jens.axboe@oracle.com>2007-10-16 05:27:31 -0400
commitd1ed455e30e439e0d1483c2e236d7e15e1010704 (patch)
tree452b5f52b54d8afbfc1fbc02b1ecbdf18e360ad0 /include
parent9b6eccfccbfb2cde5405021beaad2ebb8081a2e9 (diff)
PS3: sg chaining support
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/dma-mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/dma-mapping.h b/include/asm-powerpc/dma-mapping.h
index d05891608f7..60eacde828c 100644
--- a/include/asm-powerpc/dma-mapping.h
+++ b/include/asm-powerpc/dma-mapping.h
@@ -12,7 +12,7 @@
12#include <linux/cache.h> 12#include <linux/cache.h>
13/* need struct page definitions */ 13/* need struct page definitions */
14#include <linux/mm.h> 14#include <linux/mm.h>
15#include <asm/scatterlist.h> 15#include <linux/scatterlist.h>
16#include <asm/io.h> 16#include <asm/io.h>
17 17
18#define DMA_ERROR_CODE (~(dma_addr_t)0x0) 18#define DMA_ERROR_CODE (~(dma_addr_t)0x0)