Skip to content

Commit

Permalink
block: make blk_softirq_init() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roel Kluin authored and Jens Axboe committed Dec 29, 2008
1 parent 18af8b2 commit 3c18ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3c18ce7

Please sign in to comment.