ARM: spear: add __init to spear_clocksource_init()
authorAlex Elder <elder@linaro.org>
Wed, 9 Apr 2014 14:01:12 +0000 (09:01 -0500)
committerArnd Bergmann <arnd@arndb.de>
Thu, 24 Apr 2014 13:28:00 +0000 (15:28 +0200)
I get a build warning because spear_clocksource_init() calls
clocksource_mmio_init(), but it doesn't have an __init annotation.
Fix that.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-spear/time.c

Simple merge