summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/poodle.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-31 22:17:29 +0200
committerPaul Gortmaker2011-11-01 00:30:50 +0100
commitdc28094b905a872f8884f1f1c48ca86b3b78583a (patch)
tree7d598103fed9dd3e12c4526647eebe678c35ff34 /arch/arm/mach-pxa/poodle.c
parentarm: convert core files from module.h to export.h (diff)
downloadkernel-qcow2-linux-dc28094b905a872f8884f1f1c48ca86b3b78583a.tar.gz
kernel-qcow2-linux-dc28094b905a872f8884f1f1c48ca86b3b78583a.tar.xz
kernel-qcow2-linux-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 'arch/arm/mach-pxa/poodle.c')
-rw-r--r--arch/arm/mach-pxa/poodle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c
index 948ce3e729fa..50c833177866 100644
--- a/arch/arm/mach-pxa/poodle.c
+++ b/arch/arm/mach-pxa/poodle.c
@@ -16,6 +16,7 @@
*/
#include <linux/kernel.h>
#include <linux/init.h>
+#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
#include <linux/pm.h>