summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-04-29 03:12:17 -0400
committerLen Brown <len.brown@intel.com>2008-04-29 03:12:17 -0400
commitff16cab69b6ed621686cf342306785175775152d (patch)
tree324cd474e590bcbe4338eb4ed5d1487d177ca266 /drivers/thermal
parent76ecb4f2d7ea5c3aac8970b9529775316507c6d2 (diff)
thermal: re-name thermal.c to thermal_sys.c
thermal_sys was already the name of the resulting module, and it is built from this one source file. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Makefile1
-rw-r--r--drivers/thermal/thermal_sys.c (renamed from drivers/thermal/thermal.c)0
2 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index 02b64517be8f..31108a01c22e 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -2,5 +2,4 @@
# Makefile for sensor chip drivers.
#
-thermal_sys-objs += thermal.o
obj-$(CONFIG_THERMAL) += thermal_sys.o
diff --git a/drivers/thermal/thermal.c b/drivers/thermal/thermal_sys.c
index 6098787341f3..6098787341f3 100644
--- a/drivers/thermal/thermal.c
+++ b/drivers/thermal/thermal_sys.c