llseek: automatically add .llseek fop
[linux-flexiantxendom0-3.2.10.git] / drivers / net / cxgb4 / cxgb4_main.c
index c327527..e2bf10d 100644 (file)
@@ -2026,6 +2026,7 @@ static const struct file_operations mem_debugfs_fops = {
        .owner   = THIS_MODULE,
        .open    = mem_open,
        .read    = mem_read,
+       .llseek  = default_llseek,
 };
 
 static void __devinit add_debugfs_mem(struct adapter *adap, const char *name,