[PATCH] Remove __devinitdata from notifier block definitions
[powerpc.git] / kernel / softlockup.c
index ced91e1..dabebac 100644 (file)
@@ -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
 };