diff options
author | 2015-01-27 21:13:39 +0100 | |
---|---|---|
committer | 2015-02-03 22:56:52 +0100 | |
commit | c1dbe2fbb33ef425a81e1a7cffd17c113c87cdbc (patch) | |
tree | 3ac59c5a952434a78f2e2db51f19d1cc842fe9d2 /include/linux/pm_domain.h | |
parent | PM / Domains: Rename __pm_genpd_alloc|free_dev_data() (diff) | |
download | wireguard-linux-c1dbe2fbb33ef425a81e1a7cffd17c113c87cdbc.tar.xz wireguard-linux-c1dbe2fbb33ef425a81e1a7cffd17c113c87cdbc.zip |
PM / Domains: Remove reference counting for the generic_pm_domain_data
The reference counting was needed when genpd supported PM domain device
callbacks. Since this option has been removed, let's also remove the
reference counting of the struct generic_pm_domain_data.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index ed607760fc20..e160a0bba28d 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h @@ -114,7 +114,6 @@ struct generic_pm_domain_data { struct gpd_timing_data td; struct notifier_block nb; struct mutex lock; - unsigned int refcount; int need_restore; }; |