reboot: Remove pm_power_off_prepare()
authorDmitry Osipenko <digetx@gmail.com>
Sun, 30 Jan 2022 23:37:18 +0000 (02:37 +0300)
committerHector Martin <marcan@marcan.st>
Tue, 8 Feb 2022 05:49:06 +0000 (14:49 +0900)
commit5a1189c38efe37550012102beee77f90c67c5929
tree6b28444f85df92617da21be3dc3f18dfb88c2b66
parent17ad7776ebbb5fce62f6c7d898ed5a868f563060
reboot: Remove pm_power_off_prepare()

All pm_power_off_prepare() users were converted to sys-off handler API.
Remove the obsolete callback.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
include/linux/pm.h
kernel/reboot.c