commit | 2c436e46fabd9f34d0127f7ff3e3678ef826b55e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Thu Jun 16 15:47:49 2016 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 28 10:16:30 2016 +0200 |
tree | 3ca07982bd2db1b02a90bc0db4a4ec8a1b33e6a4 | |
parent | c7d6b5a22c00a19b513353469d89062264a7235f [diff] |
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>