X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=14c7faf02909e8e4879a057406416a43a34b3fdf;hb=f1adad78dd2fc8edaa513e0bde92b4c64340245c;hp=ced91e1ff5647329d71ce4082f70b5eddca9473e;hpb=d1127e40e8d75cd3855e35424937c73d0bcec558;p=linux-2.6 diff --git a/kernel/softlockup.c b/kernel/softlockup.c index ced91e1ff5..14c7faf029 100644 --- a/kernel/softlockup.c +++ b/kernel/softlockup.c @@ -104,7 +104,7 @@ static int watchdog(void * __bind_cpu) /* * Create/destroy watchdog threads as CPUs come and go: */ -static int __devinit +static int cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) { int hotcpu = (unsigned long)hcpu; @@ -140,7 +140,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) return NOTIFY_OK; } -static struct notifier_block __devinitdata cpu_nfb = { +static struct notifier_block cpu_nfb = { .notifier_call = cpu_callback };