powerpc/cputable: Move __cpu_setup() prototypes out of cputable.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 19 Sep 2022 17:01:29 +0000 (19:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 12:26:49 +0000 (22:26 +1000)
commit76b719881a26fec3b77652134f19cf1dfcc96318
treebcc5c4660f4e0074fc35b7cc3b914f222824ab96
parentafd2288a4c7d3400a53cb29616742f4395a809a1
powerpc/cputable: Move __cpu_setup() prototypes out of cputable.h

Move all prototypes out of cputable.h

For that rename cpu_setup_power.h to cpu_setup.h and move all
prototypes in it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Standardise cpu_spec *spec formatting]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/f45118489ee450db654db8bbcdfd8f5907337c22.1663606875.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/cpu_setup.h [new file with mode: 0644]
arch/powerpc/include/asm/cpu_setup_power.h [deleted file]
arch/powerpc/kernel/cpu_setup_power.c
arch/powerpc/kernel/cputable.c