aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/exynos_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/exynos_thermal.c')
-rw-r--r--drivers/thermal/exynos_thermal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c
index e2ef8a3531ac..327102a4596a 100644
--- a/drivers/thermal/exynos_thermal.c
+++ b/drivers/thermal/exynos_thermal.c
@@ -808,8 +808,6 @@ static const struct of_device_id exynos_tmu_match[] = {
808 {}, 808 {},
809}; 809};
810MODULE_DEVICE_TABLE(of, exynos_tmu_match); 810MODULE_DEVICE_TABLE(of, exynos_tmu_match);
811#else
812#define exynos_tmu_match NULL
813#endif 811#endif
814 812
815static struct platform_device_id exynos_tmu_driver_ids[] = { 813static struct platform_device_id exynos_tmu_driver_ids[] = {
@@ -1085,7 +1083,7 @@ static struct platform_driver exynos_tmu_driver = {
1085 .name = "exynos-tmu", 1083 .name = "exynos-tmu",
1086 .owner = THIS_MODULE, 1084 .owner = THIS_MODULE,
1087 .pm = EXYNOS_TMU_PM, 1085 .pm = EXYNOS_TMU_PM,
1088 .of_match_table = exynos_tmu_match, 1086 .of_match_table = of_match_ptr(exynos_tmu_match),
1089 }, 1087 },
1090 .probe = exynos_tmu_probe, 1088 .probe = exynos_tmu_probe,
1091 .remove = __devexit_p(exynos_tmu_remove), 1089 .remove = __devexit_p(exynos_tmu_remove),