diff options
Diffstat (limited to 'drivers/scsi/mpt2sas/mpt2sas_ctl.c')
-rw-r--r-- | drivers/scsi/mpt2sas/mpt2sas_ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mpt2sas/mpt2sas_ctl.c b/drivers/scsi/mpt2sas/mpt2sas_ctl.c index b774973f0765..9a4e584ae3cc 100644 --- a/drivers/scsi/mpt2sas/mpt2sas_ctl.c +++ b/drivers/scsi/mpt2sas/mpt2sas_ctl.c | |||
@@ -2952,6 +2952,7 @@ static const struct file_operations ctl_fops = { | |||
2952 | #ifdef CONFIG_COMPAT | 2952 | #ifdef CONFIG_COMPAT |
2953 | .compat_ioctl = _ctl_ioctl_compat, | 2953 | .compat_ioctl = _ctl_ioctl_compat, |
2954 | #endif | 2954 | #endif |
2955 | .llseek = noop_llseek, | ||
2955 | }; | 2956 | }; |
2956 | 2957 | ||
2957 | static struct miscdevice ctl_dev = { | 2958 | static struct miscdevice ctl_dev = { |