aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/samsung/exynos_thermal_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_thermal_common.c b/drivers/thermal/samsung/exynos_thermal_common.c
index c2301da08ac7..3f5ad25ddca8 100644
--- a/drivers/thermal/samsung/exynos_thermal_common.c
+++ b/drivers/thermal/samsung/exynos_thermal_common.c
@@ -280,7 +280,7 @@ static int exynos_get_trend(struct thermal_zone_device *thermal,
280 return 0; 280 return 0;
281} 281}
282/* Operation callback functions for thermal zone */ 282/* Operation callback functions for thermal zone */
283static struct thermal_zone_device_ops const exynos_dev_ops = { 283static struct thermal_zone_device_ops exynos_dev_ops = {
284 .bind = exynos_bind, 284 .bind = exynos_bind,
285 .unbind = exynos_unbind, 285 .unbind = exynos_unbind,
286 .get_temp = exynos_get_temp, 286 .get_temp = exynos_get_temp,