Searched hist:"1 be5f692" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-spear/ |
H A D | time.c | 1be5f692 Wed Apr 09 09:01:12 CDT 2014 Alex Elder <elder@linaro.org> 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> 1be5f692 Wed Apr 09 09:01:12 CDT 2014 Alex Elder <elder@linaro.org> 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>
|