commit | 3c18ce71af754cefae75103dbae28817e04b2db4 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Wed Dec 10 15:47:33 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:29:51 2008 +0100 |
tree | 74e9ccf6478972c23f63c3304594dccaba7cd35b | |
parent | 18af8b2ca34b831c32c6fa01e7ce33143c33bb63 [diff] [blame] |
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>
diff --git a/block/blk-softirq.c b/block/blk-softirq.c index e660d26..ce0efc6 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c
@@ -161,7 +161,7 @@ } EXPORT_SYMBOL(blk_complete_request); -__init int blk_softirq_init(void) +static __init int blk_softirq_init(void) { int i;