diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-03 14:52:18 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-09 02:46:11 +0400 |
commit | 67da6d4bf43c4208433ef8f3ee487401b4dc9c74 (patch) | |
tree | 51bc5e58a1867152f3dcb0eb57b3be7dd6f3f1d3 /include/linux/pm_domain.h | |
parent | 55e15c949fd05d247a889df0ed0177a676fec665 (diff) | |
download | linux-67da6d4bf43c4208433ef8f3ee487401b4dc9c74.tar.xz |
PM / domains: Ignore callbacks for subsys generic_pm_domain_data
In a step of simplifying the generic power domain let's move away from
using these callbacks.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 9ae2b9e88d61..436ea149d40c 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h @@ -108,7 +108,6 @@ struct gpd_timing_data { struct generic_pm_domain_data { struct pm_domain_data base; - struct gpd_dev_ops ops; struct gpd_timing_data td; struct notifier_block nb; struct mutex lock; |