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);