提交 2c436e46 编写于 作者: B Ben Dooks 提交者: Daniel Lezcano

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: NBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 c7d6b5a2
...@@ -246,7 +246,7 @@ static void armada_370_xp_timer_resume(void) ...@@ -246,7 +246,7 @@ static void armada_370_xp_timer_resume(void)
writel(timer0_local_ctrl_reg, local_base + TIMER_CTRL_OFF); writel(timer0_local_ctrl_reg, local_base + TIMER_CTRL_OFF);
} }
struct syscore_ops armada_370_xp_timer_syscore_ops = { static struct syscore_ops armada_370_xp_timer_syscore_ops = {
.suspend = armada_370_xp_timer_suspend, .suspend = armada_370_xp_timer_suspend,
.resume = armada_370_xp_timer_resume, .resume = armada_370_xp_timer_resume,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部