summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/therm_est.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/therm_est.h b/include/linux/therm_est.h
index 7526aa9b7..b89ca44cb 100644
--- a/include/linux/therm_est.h
+++ b/include/linux/therm_est.h
@@ -28,6 +28,7 @@
28 28
29struct therm_est_subdevice { 29struct therm_est_subdevice {
30 void *dev_data; 30 void *dev_data;
31 struct thermal_zone_device *sub_thz;
31 long coeffs[HIST_LEN]; 32 long coeffs[HIST_LEN];
32 long hist[HIST_LEN]; 33 long hist[HIST_LEN];
33}; 34};