Loading drivers/hwmon/coretemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/hwmon/coretemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading