Skip to content

Commit

Permalink
ARM: mvebu: Staticize mvebu_cpu_reset_init
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
Sachin Kamat authored and Jason Cooper committed Jun 30, 2014
1 parent 6fc770f commit e657147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mvebu/cpu-reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e657147

Please sign in to comment.