diff options
author | Zhang Rui <rui.zhang@intel.com> | 2013-03-26 14:59:18 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-14 02:14:12 +0800 |
commit | 5fc024ab474de7d5798b7ad85f3df260dbab1353 (patch) | |
tree | 42c848abe8b96283f069cbc428bcbf149f4746e5 | |
parent | 841d481b3c65b455d88112180c667c21a7c9c9f2 (diff) |
Thermal: rename thermal_sys.c to thermal_core.c
this is the preparation work to build all the thermal core framework
source file, like governors, cpu cooling, etc, into one module.
No functional change in this patch.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
-rw-r--r-- | drivers/thermal/Makefile | 1 | ||||
-rw-r--r-- | drivers/thermal/thermal_core.c (renamed from drivers/thermal/thermal_sys.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 7f6509a97c14..1bf2eab50b27 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_THERMAL) += thermal_sys.o +thermal_sys-y += thermal_core.o # governors obj-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_core.c index 5b7863a03f98..5b7863a03f98 100644 --- a/drivers/thermal/thermal_sys.c +++ b/drivers/thermal/thermal_core.c |