diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 10:55:53 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:59 -0400 |
commit | 12799fe45254b66975481da826fc510685e206eb (patch) | |
tree | 2c0eec07c5b1be30545e01996eef2b71c8109e77 /arch/m68k/kernel/dma_mm.c | |
parent | bd3ff1943509e641a34f2d8dd1d41ed12a4476c1 (diff) |
m68k: Add export.h to the m68k specific files as required
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/m68k/kernel/dma_mm.c')
-rw-r--r-- | arch/m68k/kernel/dma_mm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/dma_mm.c b/arch/m68k/kernel/dma_mm.c index 4bbb3c2a8880..a3c471b523f2 100644 --- a/arch/m68k/kernel/dma_mm.c +++ b/arch/m68k/kernel/dma_mm.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/scatterlist.h> | 12 | #include <linux/scatterlist.h> |
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include <linux/vmalloc.h> | 14 | #include <linux/vmalloc.h> |
15 | #include <linux/export.h> | ||
15 | 16 | ||
16 | #include <asm/pgalloc.h> | 17 | #include <asm/pgalloc.h> |
17 | 18 | ||