summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/s3c-dma-ops.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-10-09 05:24:48 +0200
committerLinus Torvalds2011-11-07 19:28:58 +0100
commit0c073e35550879fd133bc3fe509df5b88da51278 (patch)
tree7fdbfc7d5cb6a8c3c53defc06387dee6785120fc /arch/arm/plat-samsung/s3c-dma-ops.c
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... (diff)
downloadkernel-qcow2-linux-0c073e35550879fd133bc3fe509df5b88da51278.tar.gz
kernel-qcow2-linux-0c073e35550879fd133bc3fe509df5b88da51278.tar.xz
kernel-qcow2-linux-0c073e35550879fd133bc3fe509df5b88da51278.zip
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>
Diffstat (limited to 'arch/arm/plat-samsung/s3c-dma-ops.c')
-rw-r--r--arch/arm/plat-samsung/s3c-dma-ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/s3c-dma-ops.c b/arch/arm/plat-samsung/s3c-dma-ops.c
index 582333c70585..781494912827 100644
--- a/arch/arm/plat-samsung/s3c-dma-ops.c
+++ b/arch/arm/plat-samsung/s3c-dma-ops.c
@@ -14,6 +14,7 @@
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/types.h>
+#include <linux/export.h>
#include <mach/dma.h>