kernel/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h
.. .. @@ -32,6 +32,7 @@ 32 32 struct thermal_zone_device_ops *override_ops; 33 33 void *priv_data; 34 34 struct acpi_lpat_conversion_table *lpat_table; 35 + struct mutex trip_mutex;35 36 }; 36 37 37 38 struct int34x_thermal_zone *int340x_thermal_zone_add(struct acpi_device *,