aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/mach-h1940.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-31 16:17:29 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:50 -0400
commitdc28094b905a872f8884f1f1c48ca86b3b78583a (patch)
tree7d598103fed9dd3e12c4526647eebe678c35ff34 /arch/arm/mach-s3c2410/mach-h1940.c
parentarm: convert core files from module.h to export.h (diff)
downloadlinux-dev-dc28094b905a872f8884f1f1c48ca86b3b78583a.tar.xz
linux-dev-dc28094b905a872f8884f1f1c48ca86b3b78583a.zip
arm: Add export.h to ARM specific files as required.
These files all make use of one of the EXPORT_SYMBOL variants or the THIS_MODULE macro. So they will need <linux/export.h> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-s3c2410/mach-h1940.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c
index 556c535829f0..3428d4a59fd8 100644
--- a/arch/arm/mach-s3c2410/mach-h1940.c
+++ b/arch/arm/mach-s3c2410/mach-h1940.c
@@ -35,6 +35,7 @@
#include <video/platform_lcd.h>
#include <linux/mmc/host.h>
+#include <linux/export.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>