From b3515b0c994a384d950b284c97577540b6743a6f Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 6 Jul 2007 01:23:06 +0200 Subject: [PATCH] --- yaml --- r: 61807 b: refs/heads/master c: d2bc7b135a948f788646e3a7aff9ac5597f42f4f h: refs/heads/master i: 61805: 998ace0d4ba1f3c40a03a4cf7fe176799dc8f4da 61803: c790f908c27a3451e1d34e7d983e0fdc14899b29 61799: 5d82cee17948c917921e2a786f3dc95358a9732b 61791: bff5676e5a4d50f88d702e4265ce994f07a003ba v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/coretemp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1a20e8d61488..265f68f48f1d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e46957edfb85e3054ed49350777833e18564c9ff +refs/heads/master: d2bc7b135a948f788646e3a7aff9ac5597f42f4f diff --git a/trunk/drivers/hwmon/coretemp.c b/trunk/drivers/hwmon/coretemp.c index 6d54c8caed79..7c1795225b06 100644 --- a/trunk/drivers/hwmon/coretemp.c +++ b/trunk/drivers/hwmon/coretemp.c @@ -318,7 +318,7 @@ static int __cpuinit coretemp_device_add(unsigned int cpu) } #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);