Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54245073 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 04418c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -170,7 +170,7 @@ static inline void cpu_enter_lowpower_a15(void)
	dsb();
	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 */
	/* Select next sleep mode using the APMU */