]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clocksource: vf_pit_timer: Use linux/sched_clock.h
authorFabio Estevam <festevam@gmail.com>
Mon, 24 Jun 2013 23:20:08 +0000 (20:20 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 24 Jun 2013 23:41:48 +0000 (01:41 +0200)
commit2699339361a9bacb3fa663e6b8981a040cfca4ee
tree6fe38f37a79391bce3db56f311d0f3b83711fad0
parent67c120dc33831c1c9c9b36b4eca3323ba1f472a1
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>
drivers/clocksource/vf_pit_timer.c