提交 59dfa54c 编写于 作者: A Amit Daniel Kachhap 提交者: Eduardo Valentin

thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c

This patch renames exynos_thermal.c to exynos_tmu.c. This change is needed as
this file now just contains exynos tmu driver related codes and thermal zone
or cpufreq cooling registration related changes are not there anymore.
Acked-by: NKukjin Kim <kgene.kim@samsung.com>
Acked-by: NJonghwa Lee <jonghwa3.lee@samsung.com>
Acked-by: NEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: NAmit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
上级 1b678641
# #
# Samsung thermal specific Makefile # Samsung thermal specific Makefile
# #
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_soc_thermal.o obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
exynos_soc_thermal-y := exynos_thermal.o exynos_thermal-y := exynos_tmu.o
exynos_soc_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o
/* /*
* exynos_thermal.c - Samsung EXYNOS TMU (Thermal Management Unit) * exynos_tmu.c - Samsung EXYNOS TMU (Thermal Management Unit)
* *
* Copyright (C) 2011 Samsung Electronics * Copyright (C) 2011 Samsung Electronics
* Donggeun Kim <dg77.kim@samsung.com> * Donggeun Kim <dg77.kim@samsung.com>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册