]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/card/block.c
const: make block_device_operations const
[~andy/linux] / drivers / mmc / card / block.c
index adc205c49fbf1e2b6541aad793addc20fd40dab8..85f0e8cd875bac4f153788ff0012fc0b27e05dd5 100644 (file)
@@ -130,7 +130,7 @@ mmc_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo)
        return 0;
 }
 
-static struct block_device_operations mmc_bdops = {
+static const struct block_device_operations mmc_bdops = {
        .open                   = mmc_blk_open,
        .release                = mmc_blk_release,
        .getgeo                 = mmc_blk_getgeo,