cciss: Remove some unused code in rebuild_lun_table()
[safe/jmp/linux-2.6] / drivers / block / pktcdvd.c
index fd5bb8a..2ddf03a 100644 (file)
@@ -2849,7 +2849,7 @@ static int pkt_media_changed(struct gendisk *disk)
        return attached_disk->fops->media_changed(attached_disk);
 }
 
-static struct block_device_operations pktcdvd_ops = {
+static const struct block_device_operations pktcdvd_ops = {
        .owner =                THIS_MODULE,
        .open =                 pkt_open,
        .release =              pkt_close,