From: Paul Gortmaker Date: Mon, 1 Aug 2011 14:55:53 +0000 (-0400) Subject: m68k: Add export.h to the m68k specific files as required X-Git-Tag: next-20110826~3^2~133 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=af7f6d8becca2a4d4720b0ff433cd6a5f659caed;p=karo-tx-linux.git m68k: Add export.h to the m68k specific files as required Signed-off-by: Paul Gortmaker --- diff --git a/arch/m68k/atari/time.c b/arch/m68k/atari/time.c index a0531f34c617..c0cc68a2c829 100644 --- a/arch/m68k/atari/time.c +++ b/arch/m68k/atari/time.c @@ -17,6 +17,7 @@ #include #include #include +#include #include 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 @@ #include #include #include +#include #include diff --git a/arch/m68k/kernel/dma_no.c b/arch/m68k/kernel/dma_no.c index fc61541aeb71..f1dc3fc71bc2 100644 --- a/arch/m68k/kernel/dma_no.c +++ b/arch/m68k/kernel/dma_no.c @@ -10,6 +10,7 @@ #include #include #include +#include #include void *dma_alloc_coherent(struct device *dev, size_t size,