]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: dw_apb_timer_of: Switch to sched_clock_register()
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Jul 2013 23:21:22 +0000 (16:21 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 30 Jul 2013 18:24:52 +0000 (11:24 -0700)
commitfa8296ae62364d80bb82c4c011469ae3e423d509
tree2c387a836e433028523cf6c8b0c4abda298f22d0
parent5602d7c808aa99230ab1ef1598e2425cf2acedc5
clocksource: dw_apb_timer_of: Switch to sched_clock_register()

The 32 bit sched_clock interface now supports 64 bits. Upgrade to
the 64 bit function to allow us to remove the 32 bit registration
interface.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/dw_apb_timer_of.c