]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: versatile: Use sched_clock_register()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 4 Jun 2014 10:34:15 +0000 (12:34 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 14:46:10 +0000 (07:46 -0700)
commitae9029c94de788ad83ccee0511117ae219219e62
tree583b187e5eaad5628dbb365d9e3b4de42a4dcf65
parent15edb08f9843da9636d072d04b482548aab243e3
clocksource: versatile: Use sched_clock_register()

The newly merged versatile sched clock support uses a deprecated
interface.  Of course that patch got routed through the ARM tree instead
of going through the relevant maintainer tree.

Use the proper interface so we can get rid of the cruft.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/clocksource/versatile.c