Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;