Merge branch 'master' into for-linus
[safe/jmp/linux-2.6] / block / blk-sysfs.c
index fad8655..4426739 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,
 };