From: Len Brown <lenb@kernel.org>
To: Jean Delvare <khali@linux-fr.org>
Cc: "Zhang, Rui" <rui.zhang@intel.com>,
Hans de Goede <j.w.r.degoede@hhs.nl>,
linux-acpi <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH 1/6] thermal: add the support for building the generic thermal as a module
Date: Tue, 29 Apr 2008 03:15:55 -0400 [thread overview]
Message-ID: <200804290315.56072.lenb@kernel.org> (raw)
In-Reply-To: <20080416095931.7855a9e8@hyperion.delvare>
On Wednesday 16 April 2008, Jean Delvare wrote:
> I'd like to see
> drivers/thermal/thermal.c renamed to drivers/thermal/thermal_sys.c -
> but that's something for Len in git.)
>From ff16cab69b6ed621686cf342306785175775152d Mon Sep 17 00:00:00 2001
From: Len Brown <len.brown@intel.com>
Date: Tue, 29 Apr 2008 03:12:17 -0400
Subject: [PATCH] thermal: re-name thermal.c to thermal_sys.c
Organization: Intel Open Source Technology Center
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>
---
drivers/thermal/Makefile | 1 -
drivers/thermal/{thermal.c => thermal_sys.c} | 0
2 files changed, 0 insertions(+), 1 deletions(-)
rename drivers/thermal/{thermal.c => thermal_sys.c} (100%)
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index 02b6451..31108a0 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
--
1.5.5.1.99.gf0ec4
prev parent reply other threads:[~2008-04-29 7:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-10 8:11 [PATCH 1/6] thermal: add the support for building the generic thermal as a module Zhang, Rui
2008-04-16 7:59 ` Jean Delvare
2008-04-21 8:07 ` Zhang Rui
2008-04-21 9:15 ` Jean Delvare
2008-04-29 7:16 ` Len Brown
2008-04-29 7:15 ` Len Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200804290315.56072.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=j.w.r.degoede@hhs.nl \
--cc=khali@linux-fr.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.