From: Geert Uytterhoeven Date: Wed, 30 Sep 2015 15:50:18 +0000 (+0200) Subject: ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54245073431df264fe4715bc7f1bf295a19c40b7;p=linux-beck.git ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() static shmobile_smp_apmu_cpu_shutdown() is used inside platsmp-apmu.c only. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c index 4e54512bee30..bcf4cc51b926 100644 --- a/arch/arm/mach-shmobile/platsmp-apmu.c +++ b/arch/arm/mach-shmobile/platsmp-apmu.c @@ -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 */