summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-iop/time.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/plat-iop/time.c
parentecea4ab6d3d8bb4122522398200f1cd2a06af6d5 (diff)
downloadlinux-dc28094b905a872f8884f1f1c48ca86b3b78583a.tar.bz2
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/plat-iop/time.c')
-rw-r--r--arch/arm/plat-iop/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-iop/time.c b/arch/arm/plat-iop/time.c
index 7cdc5161ff2b..568dd0223d17 100644
--- a/arch/arm/plat-iop/time.c
+++ b/arch/arm/plat-iop/time.c
@@ -22,6 +22,7 @@
#include <linux/io.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
+#include <linux/export.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/sched_clock.h>