diff options
Diffstat (limited to 'drivers/thermal/samsung/exynos_tmu.c')
-rw-r--r-- | drivers/thermal/samsung/exynos_tmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index 2b2cc333cd7d..568c31d0d1cb 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c | |||
@@ -27,9 +27,9 @@ | |||
27 | #include <linux/module.h> | 27 | #include <linux/module.h> |
28 | #include <linux/of.h> | 28 | #include <linux/of.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/platform_data/exynos_thermal.h> | ||
31 | 30 | ||
32 | #include "exynos_thermal_common.h" | 31 | #include "exynos_thermal_common.h" |
32 | #include "exynos_tmu.h" | ||
33 | 33 | ||
34 | /* Exynos generic registers */ | 34 | /* Exynos generic registers */ |
35 | #define EXYNOS_TMU_REG_TRIMINFO 0x0 | 35 | #define EXYNOS_TMU_REG_TRIMINFO 0x0 |