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)
commit1be5f69216a20b3ed7ef8b0392ca97385bdca959
treef89786c410565cc6671ab4fe21cd2c43bfdf5533
parentc02b50e90be9f41d6802049a1a08246e9eb1a22c
ARM: spear: add __init to spear_clocksource_init()

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