From: Adrian Bunk Date: Thu, 5 Jul 2007 23:23:06 +0000 (+0200) Subject: make coretemp_device_remove() static X-Git-Tag: accepted/tizen/common/20141203.182822~29289^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2bc7b135a948f788646e3a7aff9ac5597f42f4f;p=platform%2Fkernel%2Flinux-arm64.git make coretemp_device_remove() static coretemp_device_remove() can become static. Signed-off-by: Adrian Bunk Acked-by: Jean Delvare Signed-off-by: Mark M. Hoffman --- diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 6d54c8c..7c17952 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);