diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-06 01:23:06 +0200 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:16 -0400 |
commit | d2bc7b135a948f788646e3a7aff9ac5597f42f4f (patch) | |
tree | e7d9e5297a52546a428d8d7abecb3b35578e7efb /drivers/hwmon | |
parent | e46957edfb85e3054ed49350777833e18564c9ff (diff) | |
download | talos-op-linux-d2bc7b135a948f788646e3a7aff9ac5597f42f4f.tar.gz talos-op-linux-d2bc7b135a948f788646e3a7aff9ac5597f42f4f.zip |
make coretemp_device_remove() static
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>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/coretemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 6d54c8caed79..7c1795225b06 100644 --- 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); |