[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1364567196-3560-2-git-send-email-rui.zhang@intel.com>
Date: Fri, 29 Mar 2013 22:26:34 +0800
From: Zhang Rui <rui.zhang@...el.com>
To: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: amit.daniel@...sung.com, durgadoss.r@...el.com, andi@...as.de,
eduardo.valentin@...com, Zhang Rui <rui.zhang@...el.com>
Subject: [PATCH V2 1/3] 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@...el.com>
---
drivers/thermal/Makefile | 1 +
drivers/thermal/{thermal_sys.c => thermal_core.c} | 0
2 files changed, 1 insertion(+)
rename drivers/thermal/{thermal_sys.c => thermal_core.c} (100%)
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index d3a2b38..b2009bd 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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists