clocksource/events: Fix fallout of generic code changes
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Nov 2009 23:26:34 +0000 (00:26 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Nov 2009 23:35:52 +0000 (00:35 +0100)
commita362c638bdf052bf424bce7645d39b101090f6ba
tree9622bd946d6f21071611415530a7ce736144a9ff
parent97813f2fe77804a4464564c75ba8d8826377feea
clocksource/events: Fix fallout of generic code changes

powerpc grew a new warning due to the type change of clockevent->mult.

The architectures which use parts of the generic time keeping
infrastructure tripped over my wrong assumption that
clocksource_register is only used when GENERIC_TIME=y.

I should have looked and also I should have known better. These
renitent Gaul villages are racking my nerves. Some serious deprecating
is due.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/powerpc/kernel/time.c
kernel/time/clocksource.c