X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fhrtimer.c;h=b7f0388bd71c80d32eb29f79b0c0319705a8bd7c;hb=1fb5fef9b80d9a3b5368e22031627afd1585487b;hp=d2a7296c8251979b67be6a98640025c0181462c5;hpb=63d39fe88ffabbd82d9db42e9b603c58532fc918;p=linux-2.6 diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index d2a7296c82..b7f0388bd7 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -836,7 +836,7 @@ static void migrate_hrtimers(int cpu) } #endif /* CONFIG_HOTPLUG_CPU */ -static int __devinit hrtimer_cpu_notify(struct notifier_block *self, +static int hrtimer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) { long cpu = (long)hcpu; @@ -860,7 +860,7 @@ static int __devinit hrtimer_cpu_notify(struct notifier_block *self, return NOTIFY_OK; } -static struct notifier_block __devinitdata hrtimers_nb = { +static struct notifier_block hrtimers_nb = { .notifier_call = hrtimer_cpu_notify, };