clocksource: time-armada-370-xp: Fix sparse warning
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 21 Feb 2013 23:04:08 +0000 (15:04 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 25 Jun 2013 00:47:21 +0000 (17:47 -0700)
commitfaef31b482549640e2d0095afdf3dedb992cfa80
treeb49687da2c494960a140087745929320d202cb83
parent4d70c59bb5be9e41a06b9f11ecfba75c14f9fea7
clocksource: time-armada-370-xp: Fix sparse warning

drivers/clocksource/time-armada-370-xp.c:217:13: warning: symbol
'armada_370_xp_timer_init' was not declared. Should it be static?

Also remove the __init marking in the prototype as it's
unnecessary and drop the init.h file.

Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clocksource/time-armada-370-xp.c
include/linux/time-armada-370-xp.h