diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/ll_rw_blk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index a4ff3271d4a8..31512cd9f3ad 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -3459,8 +3459,6 @@ static void blk_done_softirq(struct softirq_action *h) | |||
3459 | } | 3459 | } |
3460 | } | 3460 | } |
3461 | 3461 | ||
3462 | #ifdef CONFIG_HOTPLUG_CPU | ||
3463 | |||
3464 | static int blk_cpu_notify(struct notifier_block *self, unsigned long action, | 3462 | static int blk_cpu_notify(struct notifier_block *self, unsigned long action, |
3465 | void *hcpu) | 3463 | void *hcpu) |
3466 | { | 3464 | { |
@@ -3486,8 +3484,6 @@ static struct notifier_block __devinitdata blk_cpu_notifier = { | |||
3486 | .notifier_call = blk_cpu_notify, | 3484 | .notifier_call = blk_cpu_notify, |
3487 | }; | 3485 | }; |
3488 | 3486 | ||
3489 | #endif /* CONFIG_HOTPLUG_CPU */ | ||
3490 | |||
3491 | /** | 3487 | /** |
3492 | * blk_complete_request - end I/O on a request | 3488 | * blk_complete_request - end I/O on a request |
3493 | * @req: the request being processed | 3489 | * @req: the request being processed |