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 /drivers/base | |
| 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 'drivers/base')
| -rw-r--r-- | drivers/base/power/domain.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index 601e35b2fa71..d71d0458d41f 100644 --- a/drivers/base/power/domain.c +++ b/drivers/base/power/domain.c | |||
| @@ -422,7 +422,7 @@ static bool genpd_abort_poweroff(struct generic_pm_domain *genpd) | |||
| 422 | * Queue up the execution of pm_genpd_poweroff() unless it's already been done | 422 | * Queue up the execution of pm_genpd_poweroff() unless it's already been done |
| 423 | * before. | 423 | * before. |
| 424 | */ | 424 | */ |
| 425 | void genpd_queue_power_off_work(struct generic_pm_domain *genpd) | 425 | static void genpd_queue_power_off_work(struct generic_pm_domain *genpd) |
| 426 | { | 426 | { |
| 427 | queue_work(pm_wq, &genpd->power_off_work); | 427 | queue_work(pm_wq, &genpd->power_off_work); |
| 428 | } | 428 | } |
| @@ -729,6 +729,9 @@ static inline int genpd_dev_pm_qos_notifier(struct notifier_block *nb, | |||
| 729 | return NOTIFY_DONE; | 729 | return NOTIFY_DONE; |
| 730 | } | 730 | } |
| 731 | 731 | ||
| 732 | static inline void | ||
| 733 | genpd_queue_power_off_work(struct generic_pm_domain *genpd) {} | ||
| 734 | |||
| 732 | static inline void genpd_power_off_work_fn(struct work_struct *work) {} | 735 | static inline void genpd_power_off_work_fn(struct work_struct *work) {} |
| 733 | 736 | ||
| 734 | #define pm_genpd_runtime_suspend NULL | 737 | #define pm_genpd_runtime_suspend NULL |
