block: make blk_softirq_init() static
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
18af8b2ca3
commit
3c18ce71af
|
@ -161,7 +161,7 @@ void blk_complete_request(struct request *req)
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(blk_complete_request);
|
EXPORT_SYMBOL(blk_complete_request);
|
||||||
|
|
||||||
__init int blk_softirq_init(void)
|
static __init int blk_softirq_init(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue