[NET]: Make netdev_chain a raw notifier.
[pandora-kernel.git] / block / ll_rw_blk.c
index 1755c05..e5041a0 100644 (file)
@@ -3385,7 +3385,7 @@ static int blk_cpu_notify(struct notifier_block *self, unsigned long action,
 }
 
 
-static struct notifier_block __devinitdata blk_cpu_notifier = {
+static struct notifier_block blk_cpu_notifier = {
        .notifier_call  = blk_cpu_notify,
 };