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

ARM: mvebu: Staticize mvebu_cpu_reset_init

'mvebu_cpu_reset_init' is local to this file.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Link: https://lkml.kernel.org/r/1403610235-22654-4-git-send-email-sachin.kamat@samsung.comSigned-off-by: NSachin Kamat <sachin.kamat@samsung.com>
Acked-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.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>
上级 6fc770f2
......@@ -67,7 +67,7 @@ static int mvebu_cpu_reset_map(struct device_node *np, int res_idx)
return 0;
}
int __init mvebu_cpu_reset_init(void)
static int __init mvebu_cpu_reset_init(void)
{
struct device_node *np;
int res_idx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册