llseek: automatically add .llseek fop
[linux-flexiantxendom0-3.2.10.git] / net / wireless / debugfs.c
index 3f9a57e..39765bc 100644 (file)
@@ -103,6 +103,7 @@ static ssize_t ht40allow_map_read(struct file *file,
 static const struct file_operations ht40allow_map_ops = {
        .read = ht40allow_map_read,
        .open = cfg80211_open_file_generic,
+       .llseek = default_llseek,
 };
 
 #define DEBUGFS_ADD(name)                                              \