diff options
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 | ||