dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Roel Kluin 2008-12-10 15:47:33 +01:00 committed by Jens Axboe
parent 18af8b2ca3
commit 3c18ce71af
1 changed files with 1 additions and 1 deletions

View File

@ -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;