|
@@ -813,7 +813,7 @@ unlock:
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct thermal_cooling_device_ops tcooling_ops = {
|
|
|
|
|
|
+static const struct thermal_cooling_device_ops tcooling_ops = {
|
|
.get_max_state = iwl_mvm_tcool_get_max_state,
|
|
.get_max_state = iwl_mvm_tcool_get_max_state,
|
|
.get_cur_state = iwl_mvm_tcool_get_cur_state,
|
|
.get_cur_state = iwl_mvm_tcool_get_cur_state,
|
|
.set_cur_state = iwl_mvm_tcool_set_cur_state,
|
|
.set_cur_state = iwl_mvm_tcool_set_cur_state,
|