diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-09-30 17:50:18 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-01 14:08:25 +0900 |
commit | 54245073431df264fe4715bc7f1bf295a19c40b7 (patch) | |
tree | aeafefbe1701461a66fe79017633d5879b3e446c | |
parent | 04418c23a9411b85b8789eab5f4397bcbd62b7b4 (diff) | |
download | op-kernel-dev-54245073431df264fe4715bc7f1bf295a19c40b7.zip op-kernel-dev-54245073431df264fe4715bc7f1bf295a19c40b7.tar.gz |
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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/platsmp-apmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c index 4e54512..bcf4cc5 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 */ |