mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] clocksource: vf_pit_timer: Use <linux/sched_clock.h>
@ 2013-06-24 23:20 Fabio Estevam
  2013-06-24 23:45 ` [tip:timers/core] clocksource: vf_pit_timer: Use linux/ sched_clock.h tip-bot for Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-06-24 23:20 UTC (permalink / raw)
  To: john.stultz; +Cc: tglx, shawn.guo, linux-kernel, sboyd, Fabio Estevam

From: Fabio Estevam <fabio.estevam@freescale.com>

Commit 38ff87f7 (sched_clock: Make ARM's sched_clock generic for all 
architectures) changed the header to <linux/sched_clock.h>, so adapt it in order
to fix the following build error:

drivers/clocksource/vf_pit_timer.c:15:29: fatal error: asm/sched_clock.h: No such file or directory

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/clocksource/vf_pit_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/vf_pit_timer.c b/drivers/clocksource/vf_pit_timer.c
index 598399d..587e020 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
-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-24 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-24 23:20 [PATCH] clocksource: vf_pit_timer: Use <linux/sched_clock.h> Fabio Estevam
2013-06-24 23:45 ` [tip:timers/core] clocksource: vf_pit_timer: Use linux/ sched_clock.h tip-bot for Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome