diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-03 06:52:25 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-08 18:46:12 -0400 |
commit | d971f0b0eaaf3f2086bf21bbd64f7ea7e2f28459 (patch) | |
tree | d691a149e9844f3d77a77b5b9eae8fdfebf03909 /include/linux/pm_domain.h | |
parent | d47e6464ae6c96735d4706f5cb0537fe717b6b00 (diff) |
PM / domains: Remove genpd_queue_power_off_work() API
There are no active users of this API. Let's remove it and if future
needs shows up we could consider to have a get/put API instead.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/pm_domain.h')
-rw-r--r-- | include/linux/pm_domain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 3997af691600..c19c90b839b8 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h | |||
@@ -258,10 +258,8 @@ static inline int pm_genpd_name_add_device(const char *domain_name, | |||
258 | } | 258 | } |
259 | 259 | ||
260 | #ifdef CONFIG_PM_GENERIC_DOMAINS_RUNTIME | 260 | #ifdef CONFIG_PM_GENERIC_DOMAINS_RUNTIME |
261 | extern void genpd_queue_power_off_work(struct generic_pm_domain *genpd); | ||
262 | extern void pm_genpd_poweroff_unused(void); | 261 | extern void pm_genpd_poweroff_unused(void); |
263 | #else | 262 | #else |
264 | static inline void genpd_queue_power_off_work(struct generic_pm_domain *gpd) {} | ||
265 | static inline void pm_genpd_poweroff_unused(void) {} | 263 | static inline void pm_genpd_poweroff_unused(void) {} |
266 | #endif | 264 | #endif |
267 | 265 | ||