projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46957e
)
make coretemp_device_remove() static
author
Adrian Bunk
<bunk@stusta.de>
Thu, 5 Jul 2007 23:23:06 +0000
(
01:23
+0200)
committer
Mark M. Hoffman
<mhoffman@lightlink.com>
Thu, 19 Jul 2007 18:22:16 +0000
(14:22 -0400)
coretemp_device_remove() can become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/coretemp.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/coretemp.c
b/drivers/hwmon/coretemp.c
index 6d54c8caed79a05ebe7ad887aed935ac41101755..7c1795225b06587def9fae2bd370641ff29a5731 100644
(file)
--- a/
drivers/hwmon/coretemp.c
+++ b/
drivers/hwmon/coretemp.c
@@
-318,7
+318,7
@@
exit:
}
#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);