]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/block/xen-blkfront.c
blk-mq: constify struct blk_mq_ops
[mirror_ubuntu-artful-kernel.git] / drivers / block / xen-blkfront.c
index 5067a0a952cb2161aec7da6168adfcb874aa02bc..d137ef8a72be9f4be226b6a5da306c8a074e799e 100644 (file)
@@ -907,7 +907,7 @@ out_busy:
        return BLK_MQ_RQ_QUEUE_BUSY;
 }
 
-static struct blk_mq_ops blkfront_mq_ops = {
+static const struct blk_mq_ops blkfront_mq_ops = {
        .queue_rq = blkif_queue_rq,
 };