]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/s390/char/tape_block.c
const: make block_device_operations const
[net-next-2.6.git] / drivers / s390 / char / tape_block.c
index 4cb9e70507abf442e924a923033f352ea69166c7..64f57ef2763c394e1f6e62584da3b002e3d7d24a 100644 (file)
@@ -50,7 +50,7 @@ static int tapeblock_ioctl(struct block_device *, fmode_t, unsigned int,
 static int tapeblock_medium_changed(struct gendisk *);
 static int tapeblock_revalidate_disk(struct gendisk *);
 
-static struct block_device_operations tapeblock_fops = {
+static const struct block_device_operations tapeblock_fops = {
        .owner           = THIS_MODULE,
        .open            = tapeblock_open,
        .release         = tapeblock_release,