diff options
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index b5a40b713e9e..e723b78d8357 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -772,6 +772,7 @@ extern int pm_generic_poweroff_late(struct device *dev); | |||
772 | extern int pm_generic_poweroff(struct device *dev); | 772 | extern int pm_generic_poweroff(struct device *dev); |
773 | extern void pm_generic_complete(struct device *dev); | 773 | extern void pm_generic_complete(struct device *dev); |
774 | 774 | ||
775 | extern void dev_pm_skip_next_resume_phases(struct device *dev); | ||
775 | extern bool dev_pm_may_skip_resume(struct device *dev); | 776 | extern bool dev_pm_may_skip_resume(struct device *dev); |
776 | extern bool dev_pm_smart_suspend_and_suspended(struct device *dev); | 777 | extern bool dev_pm_smart_suspend_and_suspended(struct device *dev); |
777 | 778 | ||