diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-04-26 03:07:05 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-29 21:02:05 -0400 |
commit | f139efedb8d34904cf8ea30b174c3ee57204d114 (patch) | |
tree | db3290247bf3334dcbc69986e0e252bb9a6a55aa /arch | |
parent | 738925b6855f989d3f90a3330eeff34010309be3 (diff) |
[POWERPC] ppc4xx_sgdma needs dma-mapping.h
For dma_alloc_*()
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ppc/syslib/ppc4xx_sgdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/syslib/ppc4xx_sgdma.c b/arch/ppc/syslib/ppc4xx_sgdma.c index 2f83e162971f..939abe3c1f45 100644 --- a/arch/ppc/syslib/ppc4xx_sgdma.c +++ b/arch/ppc/syslib/ppc4xx_sgdma.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <asm/system.h> | 28 | #include <asm/system.h> |
29 | #include <asm/io.h> | 29 | #include <asm/io.h> |
30 | #include <asm/dma-mapping.h> | ||
30 | #include <asm/ppc4xx_dma.h> | 31 | #include <asm/ppc4xx_dma.h> |
31 | 32 | ||
32 | void | 33 | void |