diff options
Diffstat (limited to 'block/blk-sysfs.c')
-rw-r--r-- | block/blk-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index e85442415db3..2ae2cb3f362f 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c | |||
@@ -450,7 +450,7 @@ static void blk_release_queue(struct kobject *kobj) | |||
450 | kmem_cache_free(blk_requestq_cachep, q); | 450 | kmem_cache_free(blk_requestq_cachep, q); |
451 | } | 451 | } |
452 | 452 | ||
453 | static struct sysfs_ops queue_sysfs_ops = { | 453 | static const struct sysfs_ops queue_sysfs_ops = { |
454 | .show = queue_attr_show, | 454 | .show = queue_attr_show, |
455 | .store = queue_attr_store, | 455 | .store = queue_attr_store, |
456 | }; | 456 | }; |