clockevents: Provide combined configure and register function
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 May 2011 21:33:41 +0000 (21:33 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 May 2011 12:24:15 +0000 (14:24 +0200)
commit57f0fcbe1dea8a36c9d1673086326059991c5f81
treec56c00307052034a64d2577819fdf21271446ebe
parent847b2f42be203f3cff7f243fdd3ee50c1e06c882
clockevents: Provide combined configure and register function

All clockevent devices have the same open coded initialization
functions. Provide an interface which does all necessary
initialization in the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Link: http://lkml.kernel.org/r/%3C20110518210136.331975870%40linutronix.de%3E
include/linux/clockchips.h
kernel/time/clockevents.c