projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6264c
)
virtio_blk: Add missing 'static' qualifiers
author
Jonghwan Choi
<jhbird.choi@samsung.com>
Mon, 20 May 2013 00:55:39 +0000
(10:25 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 20 May 2013 02:39:23 +0000
(12:09 +0930)
Add missing 'static' qualifiers
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/block/virtio_blk.c
patch
|
blob
|
history
diff --git
a/drivers/block/virtio_blk.c
b/drivers/block/virtio_blk.c
index 64723953e1c97e54a64dee454c48f7bf672d00b4..5cdf88b7ad9e72a36bc9aa25755b03485c987418 100644
(file)
--- a/
drivers/block/virtio_blk.c
+++ b/
drivers/block/virtio_blk.c
@@
-20,7
+20,7
@@
module_param(use_bio, bool, S_IRUGO);
static int major;
static DEFINE_IDA(vd_index_ida);
-struct workqueue_struct *virtblk_wq;
+st
atic st
ruct workqueue_struct *virtblk_wq;
struct virtio_blk
{