]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: mvebu: Staticize armada_370_xp_cpu_pm_init
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 24 Jun 2014 11:43:50 +0000 (17:13 +0530)
committerJason Cooper <jason@lakedaemon.net>
Mon, 30 Jun 2014 17:41:02 +0000 (17:41 +0000)
'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>
arch/arm/mach-mvebu/pmsu.c

index 27d98e7e7ab8fe18bad0428572bb21f5f8af7416..9c819d65b337bb682db10a4844b44aff2b3bbd61 100644 (file)
@@ -258,7 +258,7 @@ static struct notifier_block armada_370_xp_cpu_pm_notifier = {
        .notifier_call = armada_370_xp_cpu_pm_notify,
 };
 
-int __init armada_370_xp_cpu_pm_init(void)
+static int __init armada_370_xp_cpu_pm_init(void)
 {
        struct device_node *np;