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 31cf126ed440..40cb8aeb21b1 100644 --- a/drivers/scsi/mpt2sas/mpt2sas_ctl.c +++ b/drivers/scsi/mpt2sas/mpt2sas_ctl.c | |||
@@ -2953,6 +2953,7 @@ static const struct file_operations ctl_fops = { | |||
2953 | #ifdef CONFIG_COMPAT | 2953 | #ifdef CONFIG_COMPAT |
2954 | .compat_ioctl = _ctl_ioctl_compat, | 2954 | .compat_ioctl = _ctl_ioctl_compat, |
2955 | #endif | 2955 | #endif |
2956 | .llseek = noop_llseek, | ||
2956 | }; | 2957 | }; |
2957 | 2958 | ||
2958 | static struct miscdevice ctl_dev = { | 2959 | static struct miscdevice ctl_dev = { |