diff options
Diffstat (limited to 'include/linux/pm_domain.h')
-rw-r--r-- | include/linux/pm_domain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 91f8286106ea..9c25219458c2 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h | |||
@@ -93,7 +93,7 @@ struct gpd_timing_data { | |||
93 | s64 start_latency_ns; | 93 | s64 start_latency_ns; |
94 | s64 save_state_latency_ns; | 94 | s64 save_state_latency_ns; |
95 | s64 restore_state_latency_ns; | 95 | s64 restore_state_latency_ns; |
96 | s64 break_even_ns; | 96 | s64 effective_constraint_ns; |
97 | }; | 97 | }; |
98 | 98 | ||
99 | struct generic_pm_domain_data { | 99 | struct generic_pm_domain_data { |