diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-06-24 07:43:50 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-30 13:41:02 -0400 |
commit | 6fc770f28d10809474ec3fafb162ba76ac435cd4 (patch) | |
tree | 684aba713bfacc11d866e3ad4d9466ed4e36d893 /arch/arm/mach-mvebu | |
parent | 1440fbd271127c283790063f735afd75f832751d (diff) |
ARM: mvebu: Staticize armada_370_xp_cpu_pm_init
'armada_370_xp_cpu_pm_init' is local to this file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Link: https://lkml.kernel.org/r/1403610235-22654-3-git-send-email-sachin.kamat@samsung.com
Signed-off-by: Sachin 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: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/pmsu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c index 27d98e7e7ab8..9c819d65b337 100644 --- a/arch/arm/mach-mvebu/pmsu.c +++ b/arch/arm/mach-mvebu/pmsu.c | |||
@@ -258,7 +258,7 @@ static struct notifier_block armada_370_xp_cpu_pm_notifier = { | |||
258 | .notifier_call = armada_370_xp_cpu_pm_notify, | 258 | .notifier_call = armada_370_xp_cpu_pm_notify, |
259 | }; | 259 | }; |
260 | 260 | ||
261 | int __init armada_370_xp_cpu_pm_init(void) | 261 | static int __init armada_370_xp_cpu_pm_init(void) |
262 | { | 262 | { |
263 | struct device_node *np; | 263 | struct device_node *np; |
264 | 264 | ||