llseek: automatically add .llseek fop
[pandora-kernel.git] / drivers / block / paride / pt.c
index bc5825f..c372c32 100644 (file)
@@ -239,6 +239,7 @@ static const struct file_operations pt_fops = {
        .unlocked_ioctl = pt_ioctl,
        .open = pt_open,
        .release = pt_release,
+       .llseek = noop_llseek,
 };
 
 /* sysfs class support */