|
@@ -862,7 +862,7 @@ acpi_thermal_unbind_cooling_device(struct thermal_zone_device *thermal,
|
|
|
return acpi_thermal_cooling_device_cb(thermal, cdev, false);
|
|
|
}
|
|
|
|
|
|
-static const struct thermal_zone_device_ops acpi_thermal_zone_ops = {
|
|
|
+static struct thermal_zone_device_ops acpi_thermal_zone_ops = {
|
|
|
.bind = acpi_thermal_bind_cooling_device,
|
|
|
.unbind = acpi_thermal_unbind_cooling_device,
|
|
|
.get_temp = thermal_get_temp,
|