]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/timer.c
[PATCH] Remove __devinitdata from notifier block definitions
[linux-2.6-omap-h63xx.git] / kernel / timer.c
index 8837737888361960307a2931177bd2a7d66631e7..d355d5a4d5ae608d2572c8f08b018952c7e52050 100644 (file)
@@ -1334,7 +1334,7 @@ static int __devinit timer_cpu_notify(struct notifier_block *self,
        return NOTIFY_OK;
 }
 
-static struct notifier_block __devinitdata timers_nb = {
+static struct notifier_block timers_nb = {
        .notifier_call  = timer_cpu_notify,
 };