Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm: Add export.h to recently added files for EXPORT_SYMBOL

These files didn't exist at the time of the module.h split, and
so were not fixed by the commits on that baseline. Since they use
the EXPORT_SYMBOL and/or THIS_MODULE macros, they will need the
new export.h file included that provides them.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Paul Gortmaker and committed by
Linus Torvalds
0c073e35 3c003032

+2
+1
arch/arm/plat-samsung/dma-ops.c
··· 14 14 #include <linux/errno.h> 15 15 #include <linux/amba/pl330.h> 16 16 #include <linux/scatterlist.h> 17 + #include <linux/export.h> 17 18 18 19 #include <mach/dma.h> 19 20
+1
arch/arm/plat-samsung/s3c-dma-ops.c
··· 14 14 #include <linux/errno.h> 15 15 #include <linux/slab.h> 16 16 #include <linux/types.h> 17 + #include <linux/export.h> 17 18 18 19 #include <mach/dma.h> 19 20