Loading drivers/hwmon/coretemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -490,7 +490,7 @@ static int __cpuinit coretemp_device_add(unsigned int cpu) return err; } static void coretemp_device_remove(unsigned int cpu) static void __cpuinit coretemp_device_remove(unsigned int cpu) { struct pdev_entry *p; unsigned int i; Loading drivers/hwmon/pkgtemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ static int __cpuinit pkgtemp_device_add(unsigned int cpu) } #ifdef CONFIG_HOTPLUG_CPU static void pkgtemp_device_remove(unsigned int cpu) static void __cpuinit pkgtemp_device_remove(unsigned int cpu) { struct pdev_entry *p; unsigned int i; Loading drivers/hwmon/via-cputemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ static int __cpuinit via_cputemp_device_add(unsigned int cpu) } #ifdef CONFIG_HOTPLUG_CPU static void via_cputemp_device_remove(unsigned int cpu) static void __cpuinit via_cputemp_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 @@ -490,7 +490,7 @@ static int __cpuinit coretemp_device_add(unsigned int cpu) return err; } static void coretemp_device_remove(unsigned int cpu) static void __cpuinit coretemp_device_remove(unsigned int cpu) { struct pdev_entry *p; unsigned int i; Loading
drivers/hwmon/pkgtemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ static int __cpuinit pkgtemp_device_add(unsigned int cpu) } #ifdef CONFIG_HOTPLUG_CPU static void pkgtemp_device_remove(unsigned int cpu) static void __cpuinit pkgtemp_device_remove(unsigned int cpu) { struct pdev_entry *p; unsigned int i; Loading
drivers/hwmon/via-cputemp.c +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ static int __cpuinit via_cputemp_device_add(unsigned int cpu) } #ifdef CONFIG_HOTPLUG_CPU static void via_cputemp_device_remove(unsigned int cpu) static void __cpuinit via_cputemp_device_remove(unsigned int cpu) { struct pdev_entry *p, *n; mutex_lock(&pdev_list_mutex); Loading