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)
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>

No differences found