ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() static
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 30 Sep 2015 15:50:18 +0000 (17:50 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 1 Oct 2015 05:08:25 +0000 (14:08 +0900)
shmobile_smp_apmu_cpu_shutdown() is used inside platsmp-apmu.c only.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/platsmp-apmu.c

index 4e54512bee308312a7113751832e320490fbe5db..bcf4cc51b926c4796e19dffb73229ef5b8c3b7ac 100644 (file)
@@ -170,7 +170,7 @@ static inline void cpu_enter_lowpower_a15(void)
        dsb();
 }
 
-void shmobile_smp_apmu_cpu_shutdown(unsigned int cpu)
+static void shmobile_smp_apmu_cpu_shutdown(unsigned int cpu)
 {
 
        /* Select next sleep mode using the APMU */