From 5612b8fba56448295d08315685d95ee58a8b0c1e Mon Sep 17 00:00:00 2001 From: Len Brown Date: Tue, 29 Apr 2008 03:12:17 -0400 Subject: [PATCH] --- yaml --- r: 95521 b: refs/heads/master c: ff16cab69b6ed621686cf342306785175775152d h: refs/heads/master i: 95519: a5edd2f9c0db0a9320fa13581f81739dcede4d6b v: v3 --- [refs] | 2 +- trunk/drivers/thermal/Makefile | 1 - trunk/drivers/thermal/{thermal.c => thermal_sys.c} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename trunk/drivers/thermal/{thermal.c => thermal_sys.c} (100%) diff --git a/[refs] b/[refs] index d5684866a0fb..722f2d8be98d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76ecb4f2d7ea5c3aac8970b9529775316507c6d2 +refs/heads/master: ff16cab69b6ed621686cf342306785175775152d diff --git a/trunk/drivers/thermal/Makefile b/trunk/drivers/thermal/Makefile index 02b64517be8f..31108a01c22e 100644 --- a/trunk/drivers/thermal/Makefile +++ b/trunk/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/trunk/drivers/thermal/thermal.c b/trunk/drivers/thermal/thermal_sys.c similarity index 100% rename from trunk/drivers/thermal/thermal.c rename to trunk/drivers/thermal/thermal_sys.c