提交 54245073 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

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: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 04418c23
...@@ -170,7 +170,7 @@ static inline void cpu_enter_lowpower_a15(void) ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册