aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sd.c')
-rw-r--r--drivers/scsi/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index a89c421dab51..8dd96dcd716c 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -956,7 +956,7 @@ static int sd_compat_ioctl(struct block_device *bdev, fmode_t mode,
956} 956}
957#endif 957#endif
958 958
959static struct block_device_operations sd_fops = { 959static const struct block_device_operations sd_fops = {
960 .owner = THIS_MODULE, 960 .owner = THIS_MODULE,
961 .open = sd_open, 961 .open = sd_open,
962 .release = sd_release, 962 .release = sd_release,