Commit c10c062c authored by Al Viro's avatar Al Viro

bluetooth: kill unused fops field in struct bt_sock_list

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4d006263
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment