powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Nov 2021 09:32:50 +0000 (20:32 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Nov 2021 11:49:14 +0000 (22:49 +1100)
commit84a61fb43fdfc528a3a7ff00e0b14ba91f5eb745
treed4c6fd9a5ee9c96e51f307f35694192300cdba16
parent4ea9e321c27fd531a8dfe0fa1d1b2ee15fc3444e
powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static

To fix the W=1 warning:
  arch/powerpc/platforms/85xx/smp.c:369:6: error: no previous prototype for ‘mpc85xx_smp_kexec_cpu_down’

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211124093254.1054750-2-mpe@ellerman.id.au
arch/powerpc/platforms/85xx/smp.c