diff options
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r-- | drivers/block/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index 2b387c2260d8..5c01f747571b 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
@@ -3907,7 +3907,7 @@ static int floppy_revalidate(struct gendisk *disk) | |||
3907 | return res; | 3907 | return res; |
3908 | } | 3908 | } |
3909 | 3909 | ||
3910 | static struct block_device_operations floppy_fops = { | 3910 | static const struct block_device_operations floppy_fops = { |
3911 | .owner = THIS_MODULE, | 3911 | .owner = THIS_MODULE, |
3912 | .open = floppy_open, | 3912 | .open = floppy_open, |
3913 | .release = floppy_release, | 3913 | .release = floppy_release, |