]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: tegra: Switch to sched_clock_register()
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Jul 2013 23:21:26 +0000 (16:21 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 30 Jul 2013 18:24:54 +0000 (11:24 -0700)
commit35702999b1f366ed80fc4bd94bd8ebc8a1c46954
tree6fcf6640eca93812a986370ca05c6a4f79d00fdf
parent2902b30e0bd78686e7d891519dbfe2e4e43825fd
clocksource: tegra: 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.

Cc: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/tegra20_timer.c