diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/therm_est.h | 1 |
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 | ||
| 29 | struct therm_est_subdevice { | 29 | struct 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 | }; |
