Merge back reboot/poweroff notifiers rework for 5.19-rc1.

This commit is contained in:
Rafael J. Wysocki
2022-05-25 14:38:29 +02:00
27 changed files with 640 additions and 125 deletions

View File

@@ -21,7 +21,6 @@
* Callbacks for platform drivers to implement.
*/
extern void (*pm_power_off)(void);
extern void (*pm_power_off_prepare)(void);
struct device; /* we have a circular dep with device.h */
#ifdef CONFIG_VT_CONSOLE_SLEEP