aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2017-10-03 09:11:07 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-10-11 15:40:29 +0200
commit0e708fc602531b8355b5de6ea7c98f09129b223f (patch)
treefb2f9374cd5ed7ad635ae06b99ba00e4b794f364 /include/linux/pm.h
parentMerge branch 'acpi-pm' into pm-sleep (diff)
downloadlinux-dev-0e708fc602531b8355b5de6ea7c98f09129b223f.tar.xz
linux-dev-0e708fc602531b8355b5de6ea7c98f09129b223f.zip
PM / sleep: Remove pm_complete_with_resume_check()
According to recent changes for ACPI, the are longer any users of pm_complete_with_resume_check(), thus let's drop it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r--include/linux/pm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 47ded8aa8a5d..a0ceeccf2846 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -736,7 +736,6 @@ extern int pm_generic_poweroff_noirq(struct device *dev);
extern int pm_generic_poweroff_late(struct device *dev);
extern int pm_generic_poweroff(struct device *dev);
extern void pm_generic_complete(struct device *dev);
-extern void pm_complete_with_resume_check(struct device *dev);
#else /* !CONFIG_PM_SLEEP */