diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-10 15:47:33 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-12-29 08:29:51 +0100 |
commit | 3c18ce71af754cefae75103dbae28817e04b2db4 (patch) | |
tree | 74e9ccf6478972c23f63c3304594dccaba7cd35b /block | |
parent | 18af8b2ca34b831c32c6fa01e7ce33143c33bb63 (diff) |
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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-softirq.c b/block/blk-softirq.c index e660d26ca656..ce0efc6b26dc 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c @@ -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; |