From: Zhang Rui Date: Tue, 26 Mar 2013 06:59:18 +0000 (+0800) Subject: Thermal: rename thermal_sys.c to thermal_core.c X-Git-Tag: v3.10-rc1~42^2~10^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fc024ab474de7d5798b7ad85f3df260dbab1353;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Acked-by: Eduardo Valentin Acked-by: Durgadoss R --- diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 7f6509a..1bf2eab 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 similarity index 100% rename from drivers/thermal/thermal_sys.c rename to drivers/thermal/thermal_core.c