aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm_domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pm_domain.h')
-rw-r--r--include/linux/pm_domain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 9c25219458c2..e7ada5ccdfc2 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -70,9 +70,7 @@ struct generic_pm_domain {
70 int (*power_on)(struct generic_pm_domain *domain); 70 int (*power_on)(struct generic_pm_domain *domain);
71 s64 power_on_latency_ns; 71 s64 power_on_latency_ns;
72 struct gpd_dev_ops dev_ops; 72 struct gpd_dev_ops dev_ops;
73 s64 break_even_ns; /* Power break even for the entire domain. */
74 s64 max_off_time_ns; /* Maximum allowed "suspended" time. */ 73 s64 max_off_time_ns; /* Maximum allowed "suspended" time. */
75 ktime_t power_off_time;
76 struct device_node *of_node; /* Node in device tree */ 74 struct device_node *of_node; /* Node in device tree */
77}; 75};
78 76