]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/block/viodasd.c
const: make block_device_operations const
[mirror_ubuntu-bionic-kernel.git] / drivers / block / viodasd.c
index b441ce3832e9ff7a403fed425d79ca354aace97b..a8c8b56b275e546e02819d7889801b5545dbafb7 100644 (file)
@@ -219,7 +219,7 @@ static int viodasd_getgeo(struct block_device *bdev, struct hd_geometry *geo)
 /*
  * Our file operations table
  */
-static struct block_device_operations viodasd_fops = {
+static const struct block_device_operations viodasd_fops = {
        .owner = THIS_MODULE,
        .open = viodasd_open,
        .release = viodasd_release,