From: Len Brown Date: Tue, 29 Apr 2008 07:12:17 +0000 (-0400) Subject: thermal: re-name thermal.c to thermal_sys.c X-Git-Tag: v2.6.26-rc1~101^2~1^11~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff16cab69b6ed621686cf342306785175775152d;p=linux-2.6-omap-h63xx.git 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 --- diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 02b64517be8..31108a01c22 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 similarity index 100% rename from drivers/thermal/thermal.c rename to drivers/thermal/thermal_sys.c