const: make block_device_operations const
[deliverable/linux.git] / drivers / s390 / block / dasd.c
index e109da4583a88cd4d71bad470cc20e3205096309..dad0449475b698fdeae045db1b06b1393a70a21d 100644 (file)
@@ -2146,7 +2146,7 @@ static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo)
        return 0;
 }
 
-struct block_device_operations
+const struct block_device_operations
 dasd_device_operations = {
        .owner          = THIS_MODULE,
        .open           = dasd_open,
This page took 0.025436 seconds and 5 git commands to generate.