Commit 2699339361a9bacb3fa663e6b8981a040cfca4ee

Authored by Fabio Estevam
Committed by Thomas Gleixner
1 parent 67c120dc33

clocksource: vf_pit_timer: Use linux/sched_clock.h

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>
Cc: shawn.guo@linaro.org
Cc: sboyd@codeaurora.org
Cc: john.stultz@linaro.org
Link: http://lkml.kernel.org/r/1372116008-2323-1-git-send-email-festevam@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/clocksource/vf_pit_timer.c
... ... @@ -12,7 +12,7 @@
12 12 #include <linux/clk.h>
13 13 #include <linux/of_address.h>
14 14 #include <linux/of_irq.h>
15   -#include <asm/sched_clock.h>
  15 +#include <linux/sched_clock.h>
16 16  
17 17 /*
18 18 * Each pit takes 0x10 Bytes register space