diff options
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r-- | block/ll_rw_blk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index c6b2a477d33e..3b2eff4e83a6 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -3555,7 +3555,7 @@ static void blk_done_softirq(struct softirq_action *h) | |||
3555 | } | 3555 | } |
3556 | } | 3556 | } |
3557 | 3557 | ||
3558 | static int blk_cpu_notify(struct notifier_block *self, unsigned long action, | 3558 | static int __cpuinit blk_cpu_notify(struct notifier_block *self, unsigned long action, |
3559 | void *hcpu) | 3559 | void *hcpu) |
3560 | { | 3560 | { |
3561 | /* | 3561 | /* |
@@ -3576,7 +3576,7 @@ static int blk_cpu_notify(struct notifier_block *self, unsigned long action, | |||
3576 | } | 3576 | } |
3577 | 3577 | ||
3578 | 3578 | ||
3579 | static struct notifier_block __devinitdata blk_cpu_notifier = { | 3579 | static struct notifier_block blk_cpu_notifier __cpuinitdata = { |
3580 | .notifier_call = blk_cpu_notify, | 3580 | .notifier_call = blk_cpu_notify, |
3581 | }; | 3581 | }; |
3582 | 3582 | ||