]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/rcupdate.c
[PATCH] Remove __devinitdata from notifier block definitions
[linux-2.6-omap-h63xx.git] / kernel / rcupdate.c
index 13458bbaa1be2bbac965b9584709152c9291cc46..193e5a0df1983267c99b1bc5a4ab831680d9610f 100644 (file)
@@ -537,7 +537,7 @@ static int __devinit rcu_cpu_notify(struct notifier_block *self,
        return NOTIFY_OK;
 }
 
-static struct notifier_block __devinitdata rcu_nb = {
+static struct notifier_block rcu_nb = {
        .notifier_call  = rcu_cpu_notify,
 };