diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-04-26 00:07:05 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-30 11:02:05 +1000 |
commit | f139efedb8d34904cf8ea30b174c3ee57204d114 (patch) | |
tree | db3290247bf3334dcbc69986e0e252bb9a6a55aa /arch/ppc | |
parent | 738925b6855f989d3f90a3330eeff34010309be3 (diff) | |
download | op-kernel-dev-f139efedb8d34904cf8ea30b174c3ee57204d114.zip op-kernel-dev-f139efedb8d34904cf8ea30b174c3ee57204d114.tar.gz |
[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/ppc')
-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 2f83e16..939abe3 100644 --- a/arch/ppc/syslib/ppc4xx_sgdma.c +++ b/arch/ppc/syslib/ppc4xx_sgdma.c @@ -27,6 +27,7 @@ #include <asm/system.h> #include <asm/io.h> +#include <asm/dma-mapping.h> #include <asm/ppc4xx_dma.h> void |