summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2014-09-03 12:52:18 +0200
committerRobin Gong <b38343@freescale.com>2015-02-11 13:07:29 +0800
commit847392d4cd9a1fad50d40068311a4eabe3f7f43a (patch)
tree90a0ba6688f366b38bf857e4e7a45dbbb9b39f35 /include
parentd189c41917c39878f4fcc826b679d9bf2efb1c07 (diff)
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> (cherry picked from commit 67da6d4bf43c4208433ef8f3ee487401b4dc9c74) (cherry picked from commit b16a428836529af31f23b807065cc6e643c409da)
Diffstat (limited to 'include')
-rw-r--r--include/linux/pm_domain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 0aa9ad99f8df..a54bbbede74c 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;