diff options
Diffstat (limited to 'drivers/block/amiflop.c')
-rw-r--r-- | drivers/block/amiflop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/amiflop.c b/drivers/block/amiflop.c index 2f07b7c99a95..055225839024 100644 --- a/drivers/block/amiflop.c +++ b/drivers/block/amiflop.c | |||
@@ -1632,7 +1632,7 @@ static int amiga_floppy_change(struct gendisk *disk) | |||
1632 | return 0; | 1632 | return 0; |
1633 | } | 1633 | } |
1634 | 1634 | ||
1635 | static struct block_device_operations floppy_fops = { | 1635 | static const struct block_device_operations floppy_fops = { |
1636 | .owner = THIS_MODULE, | 1636 | .owner = THIS_MODULE, |
1637 | .open = floppy_open, | 1637 | .open = floppy_open, |
1638 | .release = floppy_release, | 1638 | .release = floppy_release, |