Commit 3c18ce71 authored by Roel Kluin's avatar Roel Kluin Committed by Jens Axboe

block: make blk_softirq_init() static

Sparse asked whether these could be static.
Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 18af8b2c
......@@ -161,7 +161,7 @@ void blk_complete_request(struct request *req)
}
EXPORT_SYMBOL(blk_complete_request);
__init int blk_softirq_init(void)
static __init int blk_softirq_init(void)
{
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment