pcnet-cs: declare MODULE_FIRMWARE
[deliverable/linux.git] / drivers / block / swim.c
index cf7877fb8a7d721b0ddbff0c0cced731e8c3e9fc..8f569e3df8903d3fc8103c824fa212f5ef058948 100644 (file)
@@ -748,7 +748,7 @@ static int floppy_revalidate(struct gendisk *disk)
        return !fs->disk_in;
 }
 
-static struct block_device_operations floppy_fops = {
+static const struct block_device_operations floppy_fops = {
        .owner           = THIS_MODULE,
        .open            = floppy_open,
        .release         = floppy_release,
This page took 0.036991 seconds and 5 git commands to generate.