From: Adrian Bunk <bunk@stusta.de>
To: r.marek@assembler.cz
Cc: lm-sensors@lm-sensors.org, mhoffman@lightlink.com,
linux-kernel@vger.kernel.org
Subject: [lm-sensors] [2.6 patch] make coretemp_device_remove() static
Date: Thu, 05 Jul 2007 23:23:06 +0000 [thread overview]
Message-ID: <20070705232306.GY3492@stusta.de> (raw)
coretemp_device_remove() can become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c.old 2007-07-04 20:46:05.000000000 +0200
+++ linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c 2007-07-04 20:46:20.000000000 +0200
@@ -318,7 +318,7 @@
}
#ifdef CONFIG_HOTPLUG_CPU
-void coretemp_device_remove(unsigned int cpu)
+static void coretemp_device_remove(unsigned int cpu)
{
struct pdev_entry *p, *n;
mutex_lock(&pdev_list_mutex);
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@stusta.de>
To: r.marek@assembler.cz
Cc: lm-sensors@lm-sensors.org, mhoffman@lightlink.com,
linux-kernel@vger.kernel.org
Subject: [2.6 patch] make coretemp_device_remove() static
Date: Fri, 6 Jul 2007 01:23:06 +0200 [thread overview]
Message-ID: <20070705232306.GY3492@stusta.de> (raw)
coretemp_device_remove() can become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c.old 2007-07-04 20:46:05.000000000 +0200
+++ linux-2.6.22-rc6-mm1/drivers/hwmon/coretemp.c 2007-07-04 20:46:20.000000000 +0200
@@ -318,7 +318,7 @@
}
#ifdef CONFIG_HOTPLUG_CPU
-void coretemp_device_remove(unsigned int cpu)
+static void coretemp_device_remove(unsigned int cpu)
{
struct pdev_entry *p, *n;
mutex_lock(&pdev_list_mutex);
next reply other threads:[~2007-07-05 23:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-05 23:23 Adrian Bunk [this message]
2007-07-05 23:23 ` [2.6 patch] make coretemp_device_remove() static Adrian Bunk
2007-07-07 19:22 ` [lm-sensors] " Jean Delvare
2007-07-07 19:22 ` Jean Delvare
2007-07-08 13:39 ` Mark M. Hoffman
2007-07-08 13:39 ` Mark M. Hoffman
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=20070705232306.GY3492@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mhoffman@lightlink.com \
--cc=r.marek@assembler.cz \
/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.