Commit 12799fe45254b66975481da826fc510685e206eb

Authored by Paul Gortmaker
1 parent bd3ff19435

m68k: Add export.h to the m68k specific files as required

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

arch/m68k/atari/time.c
... ... @@ -17,6 +17,7 @@
17 17 #include <linux/rtc.h>
18 18 #include <linux/bcd.h>
19 19 #include <linux/delay.h>
  20 +#include <linux/export.h>
20 21  
21 22 #include <asm/atariints.h>
22 23  
arch/m68k/kernel/dma_mm.c
... ... @@ -12,6 +12,7 @@
12 12 #include <linux/scatterlist.h>
13 13 #include <linux/slab.h>
14 14 #include <linux/vmalloc.h>
  15 +#include <linux/export.h>
15 16  
16 17 #include <asm/pgalloc.h>
17 18  
arch/m68k/kernel/dma_no.c
... ... @@ -10,6 +10,7 @@
10 10 #include <linux/mm.h>
11 11 #include <linux/device.h>
12 12 #include <linux/dma-mapping.h>
  13 +#include <linux/export.h>
13 14 #include <asm/cacheflush.h>
14 15  
15 16 void *dma_alloc_coherent(struct device *dev, size_t size,