浏览代码

bluetooth: kill unused fops field in struct bt_sock_list

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 12 年之前
父节点
当前提交
c10c062cad
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/net/bluetooth/bluetooth.h

+ 0 - 1
include/net/bluetooth/bluetooth.h

@@ -226,7 +226,6 @@ struct bt_sock_list {
 	struct hlist_head head;
 	rwlock_t          lock;
 #ifdef CONFIG_PROC_FS
-        struct file_operations   fops;
         int (* custom_seq_show)(struct seq_file *, void *);
 #endif
 };