llseek: automatically add .llseek fop
[linux-flexiantxendom0-3.2.10.git] / drivers / infiniband / hw / ipath / ipath_file_ops.c
index 65eb892..6078992 100644 (file)
@@ -63,7 +63,8 @@ static const struct file_operations ipath_file_ops = {
        .open = ipath_open,
        .release = ipath_close,
        .poll = ipath_poll,
-       .mmap = ipath_mmap
+       .mmap = ipath_mmap,
+       .llseek = noop_llseek,
 };
 
 /*