diff options
Diffstat (limited to 'drivers/ide/ide-cd.c')
-rw-r--r-- | drivers/ide/ide-cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c index b79ca419d8d9..64207df8da82 100644 --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c | |||
@@ -1686,7 +1686,7 @@ static int idecd_revalidate_disk(struct gendisk *disk) | |||
1686 | return 0; | 1686 | return 0; |
1687 | } | 1687 | } |
1688 | 1688 | ||
1689 | static struct block_device_operations idecd_ops = { | 1689 | static const struct block_device_operations idecd_ops = { |
1690 | .owner = THIS_MODULE, | 1690 | .owner = THIS_MODULE, |
1691 | .open = idecd_open, | 1691 | .open = idecd_open, |
1692 | .release = idecd_release, | 1692 | .release = idecd_release, |