summaryrefslogtreecommitdiffstats
path: root/include/linux/therm_est.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/therm_est.h')
-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 8d48ed1db..514c5aeac 100644
--- a/include/linux/therm_est.h
+++ b/include/linux/therm_est.h
@@ -40,6 +40,8 @@ struct therm_est_data {
40 long polling_period; 40 long polling_period;
41 int passive_delay; 41 int passive_delay;
42 int ndevs; 42 int ndevs;
43 int tc1;
44 int tc2;
43 struct therm_est_subdevice devs[]; 45 struct therm_est_subdevice devs[];
44}; 46};
45 47