clocksource/drivers/armada-370-xp: Make syscore_ops static
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 16 Jun 2016 13:47:49 +0000 (15:47 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 28 Jun 2016 08:16:30 +0000 (10:16 +0200)
commit2c436e46fabd9f34d0127f7ff3e3678ef826b55e
tree3ca07982bd2db1b02a90bc0db4a4ec8a1b33e6a4
parentc7d6b5a22c00a19b513353469d89062264a7235f
clocksource/drivers/armada-370-xp: Make syscore_ops static

The driver does not export armada_370_xp_timer_syscore_ops so
make it static to fix the following warning:

drivers/clocksource/time-armada-370-xp.c:249:20: warning: symbol 'armada_370_xp_timer_syscore_ops' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
drivers/clocksource/time-armada-370-xp.c