summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Felice <tony.felice@timesys.com>2014-01-09 16:03:27 -0500
committerAnthony Felice <tony.felice@timesys.com>2014-01-23 11:35:19 -0500
commitded0a2d6b2a0897b2b2ad114e49dea22987a53cc (patch)
treeb02e0e20d62c23f50df451d8842f07e22f1951cf
parentcca54a8e901e76122cec4072c528f7cd75687b04 (diff)
Add missing header for __exception_irq_entry in global timer3.0-pcl052-ts1.3
Fixes issue reported in ticket #52637
-rw-r--r--arch/arm/plat-mxc/global_timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/global_timer.c b/arch/arm/plat-mxc/global_timer.c
index 607c861d2752..abbccb955af3 100644
--- a/arch/arm/plat-mxc/global_timer.c
+++ b/arch/arm/plat-mxc/global_timer.c
@@ -18,6 +18,7 @@
#include <linux/cpufreq.h>
#include <linux/err.h>
#include <linux/seq_file.h>
+#include <linux/ftrace.h>
#include <asm/sched_clock.h>
#include <asm/hardware/gic.h>