diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-10 09:47:33 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-12-29 02:29:51 -0500 |
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) | |||
161 | } | 161 | } |
162 | EXPORT_SYMBOL(blk_complete_request); | 162 | EXPORT_SYMBOL(blk_complete_request); |
163 | 163 | ||
164 | __init int blk_softirq_init(void) | 164 | static __init int blk_softirq_init(void) |
165 | { | 165 | { |
166 | int i; | 166 | int i; |
167 | 167 | ||