瀏覽代碼

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 年之前
父節點
當前提交
3c18ce71af
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;