]> git.karo-electronics.de Git - linux-beck.git/commitdiff
m68k: Add export.h to the m68k specific files as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 14:55:53 +0000 (10:55 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:59 +0000 (19:30 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/m68k/atari/time.c
arch/m68k/kernel/dma_mm.c
arch/m68k/kernel/dma_no.c

index a0531f34c617ca90df986902735e0b6ae5d26574..c0cc68a2c82984d619eb7ac4c91b8eb704837e0d 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/rtc.h>
 #include <linux/bcd.h>
 #include <linux/delay.h>
+#include <linux/export.h>
 
 #include <asm/atariints.h>
 
index 4bbb3c2a888057e93c264c76e029909dc7bd8884..a3c471b523f249fa18457cca5b82fc07261c025e 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/scatterlist.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
+#include <linux/export.h>
 
 #include <asm/pgalloc.h>
 
index fc61541aeb715f6f872ce55275fdf3eb1965275f..f1dc3fc71bc270df5d799ad5129811c3085b6f35 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/mm.h>
 #include <linux/device.h>
 #include <linux/dma-mapping.h>
+#include <linux/export.h>
 #include <asm/cacheflush.h>
 
 void *dma_alloc_coherent(struct device *dev, size_t size,