aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <[email protected]>2014-06-24 17:13:50 +0530
committerJason Cooper <[email protected]>2014-06-30 17:41:02 +0000
commit6fc770f28d10809474ec3fafb162ba76ac435cd4 (patch)
tree684aba713bfacc11d866e3ad4d9466ed4e36d893
parent1440fbd271127c283790063f735afd75f832751d (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 <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Sachin Kamat <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Gregory Clement <[email protected]> Cc: Sebastian Hesselbarth <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r--arch/arm/mach-mvebu/pmsu.c2
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 = {
.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;