llseek: automatically add .llseek fop
[cascardo/linux.git] / drivers / misc / phantom.c
index 75ee0d3..6b38b59 100644 (file)
@@ -279,6 +279,7 @@ static const struct file_operations phantom_file_ops = {
        .unlocked_ioctl = phantom_ioctl,
        .compat_ioctl = phantom_compat_ioctl,
        .poll = phantom_poll,
+       .llseek = no_llseek,
 };
 
 static irqreturn_t phantom_isr(int irq, void *data)