[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
[powerpc.git] / kernel / softlockup.c
index 29da0a8..6b76caa 100644 (file)
@@ -142,7 +142,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu)
        return NOTIFY_OK;
 }
 
-static struct notifier_block cpu_nfb = {
+static struct notifier_block __devinitdata cpu_nfb = {
        .notifier_call = cpu_callback
 };