]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/block/amiflop.c
const: make block_device_operations const
[net-next-2.6.git] / drivers / block / amiflop.c
index 2f07b7c99a95b5046b121572f956c1048dc29894..0552258390240ae8f71ebf89d09c4542eff749e9 100644 (file)
@@ -1632,7 +1632,7 @@ static int amiga_floppy_change(struct gendisk *disk)
        return 0;
 }
 
-static struct block_device_operations floppy_fops = {
+static const struct block_device_operations floppy_fops = {
        .owner          = THIS_MODULE,
        .open           = floppy_open,
        .release        = floppy_release,