commit | 12799fe45254b66975481da826fc510685e206eb | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Aug 01 10:55:53 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:59 2011 -0400 |
tree | 2c0eec07c5b1be30545e01996eef2b71c8109e77 | |
parent | bd3ff1943509e641a34f2d8dd1d41ed12a4476c1 [diff] [blame] |
m68k: Add export.h to the m68k specific files as required Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/arch/m68k/kernel/dma_mm.c b/arch/m68k/kernel/dma_mm.c index 4bbb3c2..a3c471b 100644 --- a/arch/m68k/kernel/dma_mm.c +++ b/arch/m68k/kernel/dma_mm.c
@@ -12,6 +12,7 @@ #include <linux/scatterlist.h> #include <linux/slab.h> #include <linux/vmalloc.h> +#include <linux/export.h> #include <asm/pgalloc.h>