Loading drivers/hwmon/coretemp.c +1 −2 Original line number Diff line number Diff line Loading @@ -566,9 +566,8 @@ static int __init coretemp_init(void) static void __exit coretemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&coretemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading drivers/hwmon/pkgtemp.c +1 −6 Original line number Diff line number Diff line Loading @@ -339,7 +339,6 @@ static int __cpuinit pkgtemp_device_add(unsigned int cpu) return err; } #ifdef CONFIG_HOTPLUG_CPU static void __cpuinit pkgtemp_device_remove(unsigned int cpu) { struct pdev_entry *p; Loading Loading @@ -387,7 +386,6 @@ static int __cpuinit pkgtemp_cpu_callback(struct notifier_block *nfb, static struct notifier_block pkgtemp_cpu_notifier __refdata = { .notifier_call = pkgtemp_cpu_callback, }; #endif /* !CONFIG_HOTPLUG_CPU */ static int __init pkgtemp_init(void) { Loading @@ -411,9 +409,7 @@ static int __init pkgtemp_init(void) } #endif #ifdef CONFIG_HOTPLUG_CPU register_hotcpu_notifier(&pkgtemp_cpu_notifier); #endif return 0; #ifndef CONFIG_HOTPLUG_CPU Loading @@ -427,9 +423,8 @@ static int __init pkgtemp_init(void) static void __exit pkgtemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&pkgtemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading drivers/hwmon/via-cputemp.c +1 −6 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static int __cpuinit via_cputemp_device_add(unsigned int cpu) return err; } #ifdef CONFIG_HOTPLUG_CPU static void __cpuinit via_cputemp_device_remove(unsigned int cpu) { struct pdev_entry *p, *n; Loading Loading @@ -270,7 +269,6 @@ static int __cpuinit via_cputemp_cpu_callback(struct notifier_block *nfb, static struct notifier_block via_cputemp_cpu_notifier __refdata = { .notifier_call = via_cputemp_cpu_callback, }; #endif /* !CONFIG_HOTPLUG_CPU */ static int __init via_cputemp_init(void) { Loading Loading @@ -311,9 +309,7 @@ static int __init via_cputemp_init(void) goto exit_driver_unreg; } #ifdef CONFIG_HOTPLUG_CPU register_hotcpu_notifier(&via_cputemp_cpu_notifier); #endif return 0; exit_devices_unreg: Loading @@ -333,9 +329,8 @@ static int __init via_cputemp_init(void) static void __exit via_cputemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&via_cputemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading Loading
drivers/hwmon/coretemp.c +1 −2 Original line number Diff line number Diff line Loading @@ -566,9 +566,8 @@ static int __init coretemp_init(void) static void __exit coretemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&coretemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading
drivers/hwmon/pkgtemp.c +1 −6 Original line number Diff line number Diff line Loading @@ -339,7 +339,6 @@ static int __cpuinit pkgtemp_device_add(unsigned int cpu) return err; } #ifdef CONFIG_HOTPLUG_CPU static void __cpuinit pkgtemp_device_remove(unsigned int cpu) { struct pdev_entry *p; Loading Loading @@ -387,7 +386,6 @@ static int __cpuinit pkgtemp_cpu_callback(struct notifier_block *nfb, static struct notifier_block pkgtemp_cpu_notifier __refdata = { .notifier_call = pkgtemp_cpu_callback, }; #endif /* !CONFIG_HOTPLUG_CPU */ static int __init pkgtemp_init(void) { Loading @@ -411,9 +409,7 @@ static int __init pkgtemp_init(void) } #endif #ifdef CONFIG_HOTPLUG_CPU register_hotcpu_notifier(&pkgtemp_cpu_notifier); #endif return 0; #ifndef CONFIG_HOTPLUG_CPU Loading @@ -427,9 +423,8 @@ static int __init pkgtemp_init(void) static void __exit pkgtemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&pkgtemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading
drivers/hwmon/via-cputemp.c +1 −6 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static int __cpuinit via_cputemp_device_add(unsigned int cpu) return err; } #ifdef CONFIG_HOTPLUG_CPU static void __cpuinit via_cputemp_device_remove(unsigned int cpu) { struct pdev_entry *p, *n; Loading Loading @@ -270,7 +269,6 @@ static int __cpuinit via_cputemp_cpu_callback(struct notifier_block *nfb, static struct notifier_block via_cputemp_cpu_notifier __refdata = { .notifier_call = via_cputemp_cpu_callback, }; #endif /* !CONFIG_HOTPLUG_CPU */ static int __init via_cputemp_init(void) { Loading Loading @@ -311,9 +309,7 @@ static int __init via_cputemp_init(void) goto exit_driver_unreg; } #ifdef CONFIG_HOTPLUG_CPU register_hotcpu_notifier(&via_cputemp_cpu_notifier); #endif return 0; exit_devices_unreg: Loading @@ -333,9 +329,8 @@ static int __init via_cputemp_init(void) static void __exit via_cputemp_exit(void) { struct pdev_entry *p, *n; #ifdef CONFIG_HOTPLUG_CPU unregister_hotcpu_notifier(&via_cputemp_cpu_notifier); #endif mutex_lock(&pdev_list_mutex); list_for_each_entry_safe(p, n, &pdev_list, list) { platform_device_unregister(p->pdev); Loading