diff options
Diffstat (limited to 'drivers/block/pktcdvd.c')
-rw-r--r-- | drivers/block/pktcdvd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c index b1cbeb59bb76..6a4642dd8283 100644 --- a/drivers/block/pktcdvd.c +++ b/drivers/block/pktcdvd.c | |||
@@ -3046,6 +3046,7 @@ static const struct file_operations pkt_ctl_fops = { | |||
3046 | .compat_ioctl = pkt_ctl_compat_ioctl, | 3046 | .compat_ioctl = pkt_ctl_compat_ioctl, |
3047 | #endif | 3047 | #endif |
3048 | .owner = THIS_MODULE, | 3048 | .owner = THIS_MODULE, |
3049 | .llseek = no_llseek, | ||
3049 | }; | 3050 | }; |
3050 | 3051 | ||
3051 | static struct miscdevice pkt_misc = { | 3052 | static struct miscdevice pkt_misc = { |