提交 6fc770f2 编写于 作者: S Sachin Kamat 提交者: Jason Cooper

ARM: mvebu: Staticize armada_370_xp_cpu_pm_init

'armada_370_xp_cpu_pm_init' is local to this file.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Link: https://lkml.kernel.org/r/1403610235-22654-3-git-send-email-sachin.kamat@samsung.comSigned-off-by: NSachin Kamat <sachin.kamat@samsung.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 1440fbd2
...@@ -258,7 +258,7 @@ static struct notifier_block armada_370_xp_cpu_pm_notifier = { ...@@ -258,7 +258,7 @@ static struct notifier_block armada_370_xp_cpu_pm_notifier = {
.notifier_call = armada_370_xp_cpu_pm_notify, .notifier_call = armada_370_xp_cpu_pm_notify,
}; };
int __init armada_370_xp_cpu_pm_init(void) static int __init armada_370_xp_cpu_pm_init(void)
{ {
struct device_node *np; struct device_node *np;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册