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 cb0b0e3ffd97..9ae378a4a555 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -94,6 +94,7 @@ struct thermal_cooling_device { | |||
94 | struct device device; | 94 | struct device device; |
95 | void *devdata; | 95 | void *devdata; |
96 | const struct thermal_cooling_device_ops *ops; | 96 | const struct thermal_cooling_device_ops *ops; |
97 | struct list_head thermal_instances; | ||
97 | struct list_head node; | 98 | struct list_head node; |
98 | }; | 99 | }; |
99 | 100 | ||