diff options
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r-- | include/linux/thermal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index a81c61521ba4..1de8b9eb841b 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -113,6 +113,7 @@ struct thermal_zone_device { | |||
113 | int polling_delay; | 113 | int polling_delay; |
114 | int last_temperature; | 114 | int last_temperature; |
115 | bool passive; | 115 | bool passive; |
116 | unsigned int forced_passive; | ||
116 | struct thermal_zone_device_ops *ops; | 117 | struct thermal_zone_device_ops *ops; |
117 | struct list_head cooling_devices; | 118 | struct list_head cooling_devices; |
118 | struct idr idr; | 119 | struct idr idr; |