]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - block/blk-sysfs.c
tg3: Restore likely() check in tg3_poll_msix()
[net-next-2.6.git] / block / blk-sysfs.c
index e85442415db34174f5ea4efce83cc0912813adcc..2ae2cb3f362fb4984907d54a625c6e5af3b5f779 100644 (file)
@@ -450,7 +450,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,
 };