diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index dbc7f42b5d2b..c6e536597c8a 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -2048,7 +2048,7 @@ int __init blk_dev_init(void) | |||
2048 | for_each_possible_cpu(i) | 2048 | for_each_possible_cpu(i) |
2049 | INIT_LIST_HEAD(&per_cpu(blk_cpu_done, i)); | 2049 | INIT_LIST_HEAD(&per_cpu(blk_cpu_done, i)); |
2050 | 2050 | ||
2051 | open_softirq(BLOCK_SOFTIRQ, blk_done_softirq, NULL); | 2051 | open_softirq(BLOCK_SOFTIRQ, blk_done_softirq); |
2052 | register_hotcpu_notifier(&blk_cpu_notifier); | 2052 | register_hotcpu_notifier(&blk_cpu_notifier); |
2053 | 2053 | ||
2054 | return 0; | 2054 | return 0; |