diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-06-24 17:13:51 +0530 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-30 17:41:04 +0000 |
commit | e65714740d65237c40878b63acad6bf921481974 (patch) | |
tree | 955205336fc33fd0c07d09c42deaa5eb9796a2a4 /arch/arm/mach-mvebu/cpu-reset.c | |
parent | 6fc770f28d10809474ec3fafb162ba76ac435cd4 (diff) | |
download | blackbird-obmc-linux-e65714740d65237c40878b63acad6bf921481974.tar.gz blackbird-obmc-linux-e65714740d65237c40878b63acad6bf921481974.zip |
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>
Diffstat (limited to 'arch/arm/mach-mvebu/cpu-reset.c')
-rw-r--r-- | arch/arm/mach-mvebu/cpu-reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/cpu-reset.c b/arch/arm/mach-mvebu/cpu-reset.c index 4a8f9eebebea..60fb53787004 100644 --- a/arch/arm/mach-mvebu/cpu-reset.c +++ b/arch/arm/mach-mvebu/cpu-reset.c @@ -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; |