const: make block_device_operations const
[safe/jmp/linux-2.6] / drivers / block / aoe / aoeblk.c
index b6cd571..3af97d4 100644 (file)
@@ -237,7 +237,7 @@ aoeblk_getgeo(struct block_device *bdev, struct hd_geometry *geo)
        return 0;
 }
 
-static struct block_device_operations aoe_bdops = {
+static const struct block_device_operations aoe_bdops = {
        .open = aoeblk_open,
        .release = aoeblk_release,
        .getgeo = aoeblk_getgeo,