summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/dma.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2007-10-24 08:55:40 +0200
committerJens Axboe <axboe@carl.home.kernel.dk>2007-10-24 08:55:40 +0200
commit5a1cb47ff4c3fbc8ebdb53c3e4f2a1dec466b339 (patch)
treed74678bcbf7b5386b06e0e3b6676f0f6e471e00f /arch/m68k/kernel/dma.c
parentd91c5e8839791b27672277e81451873499bc517e (diff)
m68k: sg fallout
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
Diffstat (limited to 'arch/m68k/kernel/dma.c')
-rw-r--r--arch/m68k/kernel/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/dma.c b/arch/m68k/kernel/dma.c
index ef490e1ce600..6f8c080dd9f9 100644
--- a/arch/m68k/kernel/dma.c
+++ b/arch/m68k/kernel/dma.c
@@ -9,10 +9,10 @@
#include <linux/dma-mapping.h>
#include <linux/device.h>
#include <linux/kernel.h>
+#include <linux/scatterlist.h>
#include <linux/vmalloc.h>
#include <asm/pgalloc.h>
-#include <asm/scatterlist.h>
void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *handle, gfp_t flag)