]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - block/blk-sysfs.c
Merge branch 'master' into for-linus
[net-next-2.6.git] / block / blk-sysfs.c
index fad86550255a67b028dd1030d8ee400584e4434d..4426739fb757b714b22876e416469ec595f5ab0b 100644 (file)
@@ -475,7 +475,7 @@ static void blk_release_queue(struct kobject *kobj)
        kmem_cache_free(blk_requestq_cachep, q);
 }
 
-static struct sysfs_ops queue_sysfs_ops = {
+static const struct sysfs_ops queue_sysfs_ops = {
        .show   = queue_attr_show,
        .store  = queue_attr_store,
 };