]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/block/sunvdc.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[karo-tx-linux.git] / drivers / block / sunvdc.c
index cbfd9c0aef034ffd2778aaac37eec3fd4d33a61e..411f064760b41db69a4ffae999b92f24b89fba3b 100644 (file)
@@ -103,7 +103,7 @@ static int vdc_getgeo(struct block_device *bdev, struct hd_geometry *geo)
        return 0;
 }
 
-static struct block_device_operations vdc_fops = {
+static const struct block_device_operations vdc_fops = {
        .owner          = THIS_MODULE,
        .getgeo         = vdc_getgeo,
 };