summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-11-23 14:49:28 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-11-23 14:49:28 +0300
commit0f6e2cb45bcb003e5b3a5332b4de79bf82814f45 (patch)
treeaaf4d99f737b788f711b517794c28826bb32e9a3 /include/linux
parentc39de538a06e76d89b7e598a71e16688009cd56c (diff)
parent670c90def03429a228229420fa48a17913fdcc0d (diff)
downloadlinux-0f6e2cb45bcb003e5b3a5332b4de79bf82814f45.tar.xz
Merge back cpuidle changes for v5.11.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pm_domain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 1ad0ec481416..a8f93328daec 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -280,11 +280,11 @@ static inline int dev_pm_genpd_remove_notifier(struct device *dev)
#endif
#ifdef CONFIG_PM_GENERIC_DOMAINS_SLEEP
-void pm_genpd_syscore_poweroff(struct device *dev);
-void pm_genpd_syscore_poweron(struct device *dev);
+void dev_pm_genpd_suspend(struct device *dev);
+void dev_pm_genpd_resume(struct device *dev);
#else
-static inline void pm_genpd_syscore_poweroff(struct device *dev) {}
-static inline void pm_genpd_syscore_poweron(struct device *dev) {}
+static inline void dev_pm_genpd_suspend(struct device *dev) {}
+static inline void dev_pm_genpd_resume(struct device *dev) {}
#endif
/* OF PM domain providers */