diff options
-rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 0d9f46b5ae6d..9eaf3bf013f0 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -862,7 +862,7 @@ acpi_thermal_unbind_cooling_device(struct thermal_zone_device *thermal, | |||
862 | return acpi_thermal_cooling_device_cb(thermal, cdev, false); | 862 | return acpi_thermal_cooling_device_cb(thermal, cdev, false); |
863 | } | 863 | } |
864 | 864 | ||
865 | static const struct thermal_zone_device_ops acpi_thermal_zone_ops = { | 865 | static struct thermal_zone_device_ops acpi_thermal_zone_ops = { |
866 | .bind = acpi_thermal_bind_cooling_device, | 866 | .bind = acpi_thermal_bind_cooling_device, |
867 | .unbind = acpi_thermal_unbind_cooling_device, | 867 | .unbind = acpi_thermal_unbind_cooling_device, |
868 | .get_temp = thermal_get_temp, | 868 | .get_temp = thermal_get_temp, |