diff options
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r-- | drivers/scsi/sg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 78d616315d8e..00baea1e2dbf 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c | |||
@@ -1351,6 +1351,7 @@ static const struct file_operations sg_fops = { | |||
1351 | .mmap = sg_mmap, | 1351 | .mmap = sg_mmap, |
1352 | .release = sg_release, | 1352 | .release = sg_release, |
1353 | .fasync = sg_fasync, | 1353 | .fasync = sg_fasync, |
1354 | .llseek = no_llseek, | ||
1354 | }; | 1355 | }; |
1355 | 1356 | ||
1356 | static struct class *sg_sysfs_class; | 1357 | static struct class *sg_sysfs_class; |