aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@freescale.com>2013-06-20 11:09:41 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-06-20 11:31:16 +0200
commit533bac4630b69e201aed29a2bbf5df595df8d5fa (patch)
treec3a3b361bf73c119b9b85302d165da0f1ec83e20
parentd3d8fee4138a06b4b9ca172d25b8412fc33ad3f3 (diff)
clocksource: Fix Freescale Vybrid pit timer compilationtimers/fix/clockevents
Update sched_clock.h path to fix the following compilation error: drivers/clocksource/vf_pit_timer.c:15:29: fatal error: asm/sched_clock.h: No such file or directory compilation terminated. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Jingchang Lu <b35083@freescale.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: trivial@kernel.org
-rw-r--r--drivers/clocksource/vf_pit_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/vf_pit_timer.c b/drivers/clocksource/vf_pit_timer.c
index 598399d57fc5..587e0202a70b 100644
--- a/drivers/clocksource/vf_pit_timer.c
+++ b/drivers/clocksource/vf_pit_timer.c
@@ -12,7 +12,7 @@
#include <linux/clk.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
-#include <asm/sched_clock.h>
+#include <linux/sched_clock.h>
/*
* Each pit takes 0x10 Bytes register space