powerpc/pseries/hibernation: remove prepare_late() callback
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 7 Dec 2020 21:51:58 +0000 (15:51 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Dec 2020 10:41:02 +0000 (21:41 +1100)
commitd102f8312e1ea5e8bf84fceebf99186f22d16fc6
tree4b5bd1c5a81897f94e40eb60c609eeef0043414f
parentfa53bcdb7413e7c40170106781f6b5bb9d74db84
powerpc/pseries/hibernation: remove prepare_late() callback

The pseries hibernate code no longer calls into the original
join/suspend code in kernel/rtas.c, so pseries_prepare_late() and
related code don't accomplish anything now.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201207215200.1785968-27-nathanl@linux.ibm.com
arch/powerpc/platforms/pseries/suspend.c