|
@@ -1286,7 +1286,7 @@ static int exynos_map_dt_data(struct platform_device *pdev)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct thermal_zone_of_device_ops exynos_sensor_ops = {
|
|
|
|
|
|
+static const struct thermal_zone_of_device_ops exynos_sensor_ops = {
|
|
.get_temp = exynos_get_temp,
|
|
.get_temp = exynos_get_temp,
|
|
.set_emul_temp = exynos_tmu_set_emulation,
|
|
.set_emul_temp = exynos_tmu_set_emulation,
|
|
};
|
|
};
|