aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/dma-mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/dma-mapping.h')
-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 d05891608f74..60eacde828c0 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)