diff options
Diffstat (limited to 'include/linux/thermal.h')
| -rw-r--r-- | include/linux/thermal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 38267a595d69..cb0b0e3ffd97 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
| @@ -122,9 +122,9 @@ struct thermal_zone_device { | |||
| 122 | bool passive; | 122 | bool passive; |
| 123 | unsigned int forced_passive; | 123 | unsigned int forced_passive; |
| 124 | const struct thermal_zone_device_ops *ops; | 124 | const struct thermal_zone_device_ops *ops; |
| 125 | struct list_head cooling_devices; | 125 | struct list_head thermal_instances; |
| 126 | struct idr idr; | 126 | struct idr idr; |
| 127 | struct mutex lock; /* protect cooling devices list */ | 127 | struct mutex lock; /* protect thermal_instances list */ |
| 128 | struct list_head node; | 128 | struct list_head node; |
| 129 | struct delayed_work poll_queue; | 129 | struct delayed_work poll_queue; |
| 130 | }; | 130 | }; |
