diff options
Diffstat (limited to 'drivers/block/DAC960.c')
-rw-r--r-- | drivers/block/DAC960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c index 7b2fa3d8f61c..92bf868ca056 100644 --- a/drivers/block/DAC960.c +++ b/drivers/block/DAC960.c | |||
@@ -7024,7 +7024,7 @@ static int DAC960_gam_ioctl(struct inode *inode, struct file *file, | |||
7024 | return -EINVAL; | 7024 | return -EINVAL; |
7025 | } | 7025 | } |
7026 | 7026 | ||
7027 | static struct file_operations DAC960_gam_fops = { | 7027 | static const struct file_operations DAC960_gam_fops = { |
7028 | .owner = THIS_MODULE, | 7028 | .owner = THIS_MODULE, |
7029 | .ioctl = DAC960_gam_ioctl | 7029 | .ioctl = DAC960_gam_ioctl |
7030 | }; | 7030 | }; |