powerpc/rtas: Move post_mobility_fixup() declaration to pseries
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 6 Nov 2023 13:42:57 +0000 (07:42 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Nov 2023 01:06:50 +0000 (12:06 +1100)
commit010862d235c9fab4f0f9dd169efc72df94110758
treefbf4ad049503d7c35824f7d746d6dead3acc15d3
parent1d8faf1f41b550eb7ab7ac841ebd70f205840dde
powerpc/rtas: Move post_mobility_fixup() declaration to pseries

This is a pseries-specific function declaration that doesn't belong in
rtas.h. Move it to the pseries platform code and adjust
pseries/suspend.c accordingly.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231106-rtas-trivial-v1-5-61847655c51f@linux.ibm.com
arch/powerpc/include/asm/rtas.h
arch/powerpc/platforms/pseries/pseries.h
arch/powerpc/platforms/pseries/suspend.c