Browse Source

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>
Roel Kluin 16 years ago
parent
commit
3c18ce71af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      block/blk-softirq.c

+ 1 - 1
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;