aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung/exynos_tmu.h
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2017-02-11 22:12:00 +0200
committerEduardo Valentin <edubezval@gmail.com>2017-02-18 17:22:27 -0800
commitef9b36d9101eb2d5827699a4e969c719fb8812c0 (patch)
treebf02fca6871470478ed5b0764cce5ca6ef3667a5 /drivers/thermal/samsung/exynos_tmu.h
parentthermal: zx2967: add thermal driver for ZTE's zx2967 family (diff)
downloadlinux-dev-ef9b36d9101eb2d5827699a4e969c719fb8812c0.tar.xz
linux-dev-ef9b36d9101eb2d5827699a4e969c719fb8812c0.zip
thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property
The property samsung,tmu_cal_mode is not used and not used. We can safely remove it. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/samsung/exynos_tmu.h')
-rw-r--r--drivers/thermal/samsung/exynos_tmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.h b/drivers/thermal/samsung/exynos_tmu.h
index 440c7140b660..5149c2a3030c 100644
--- a/drivers/thermal/samsung/exynos_tmu.h
+++ b/drivers/thermal/samsung/exynos_tmu.h
@@ -70,7 +70,6 @@ struct exynos_tmu_platform_data {
enum soc_type type;
u32 cal_type;
- u32 cal_mode;
};
#endif /* _EXYNOS_TMU_H */