projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18af8b2
)
block: make blk_softirq_init() static
author
Roel Kluin
<roel.kluin@gmail.com>
Wed, 10 Dec 2008 14:47:33 +0000
(15:47 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 29 Dec 2008 07:29:51 +0000
(08:29 +0100)
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>
block/blk-softirq.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-softirq.c
b/block/blk-softirq.c
index e660d26ca656f060ca0c5a61952681c7b7d55e66..ce0efc6b26dc54cfabf225d4a78265ef401a9a24 100644
(file)
--- 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;