llseek: automatically add .llseek fop
[linux-flexiantxendom0-natty.git] / drivers / scsi / 3w-xxxx.c
index 30d735a..5a23373 100644 (file)
@@ -1059,7 +1059,8 @@ static const struct file_operations tw_fops = {
        .owner          = THIS_MODULE,
        .unlocked_ioctl = tw_chrdev_ioctl,
        .open           = tw_chrdev_open,
-       .release        = NULL
+       .release        = NULL,
+       .llseek         = noop_llseek,
 };
 
 /* This function will free up device extension resources */