diff options
Diffstat (limited to 'drivers/md/dm-ioctl.c')
-rw-r--r-- | drivers/md/dm-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index cd6a184536a1..b441d82c338a 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c | |||
@@ -1473,7 +1473,7 @@ static int ctl_ioctl(struct inode *inode, struct file *file, | |||
1473 | return r; | 1473 | return r; |
1474 | } | 1474 | } |
1475 | 1475 | ||
1476 | static struct file_operations _ctl_fops = { | 1476 | static const struct file_operations _ctl_fops = { |
1477 | .ioctl = ctl_ioctl, | 1477 | .ioctl = ctl_ioctl, |
1478 | .owner = THIS_MODULE, | 1478 | .owner = THIS_MODULE, |
1479 | }; | 1479 | }; |