ARM: mvebu: Staticize mvebu_cpu_reset_init

'mvebu_cpu_reset_init' is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Link: https://lkml.kernel.org/r/1403610235-22654-4-git-send-email-sachin.kamat@samsung.com
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Acked-by: Thomas 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: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Sachin Kamat 2014-06-24 17:13:51 +05:30 committed by Jason Cooper
parent 6fc770f28d
commit e65714740d
1 changed files with 1 additions and 1 deletions

View File

@ -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;