]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: Add export.h to recently added files for EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 9 Oct 2011 03:24:48 +0000 (23:24 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Nov 2011 18:28:58 +0000 (10:28 -0800)
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>
arch/arm/plat-samsung/dma-ops.c
arch/arm/plat-samsung/s3c-dma-ops.c

index 6e3d9abc9e2e856470e304c78f31794a4f715833..93a994a5dd8f546c53ea2d80af751336d0f84184 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/errno.h>
 #include <linux/amba/pl330.h>
 #include <linux/scatterlist.h>
+#include <linux/export.h>
 
 #include <mach/dma.h>
 
index 582333c70585222a7452a08e7684859ab554944c..78149491282749adf6c71051c1321c35c9404077 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/errno.h>
 #include <linux/slab.h>
 #include <linux/types.h>
+#include <linux/export.h>
 
 #include <mach/dma.h>