viafb: clean up virtual memory handling
[deliverable/linux.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,
This page took 0.023896 seconds and 5 git commands to generate.