summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/therm_est.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/therm_est.h b/include/linux/therm_est.h
index fa1ea7ffc..8b1786ea8 100644
--- a/include/linux/therm_est.h
+++ b/include/linux/therm_est.h
@@ -235,6 +235,8 @@ struct therm_fan_estimator {
235 /* allow cooling device to turn off at higher temperature if sleep */ 235 /* allow cooling device to turn off at higher temperature if sleep */
236 bool sleep_mode; 236 bool sleep_mode;
237 int nonsleep_hyst; 237 int nonsleep_hyst;
238 bool use_tmargin;
239 long crit_temp[MAX_SUBDEVICE_GROUP];
238 240
239 bool is_continuous_gov; 241 bool is_continuous_gov;
240}; 242};