bluetooth: kill unused fops field in struct bt_sock_list
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4d006263d3
commit
c10c062cad
|
@ -226,7 +226,6 @@ struct bt_sock_list {
|
||||||
struct hlist_head head;
|
struct hlist_head head;
|
||||||
rwlock_t lock;
|
rwlock_t lock;
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
struct file_operations fops;
|
|
||||||
int (* custom_seq_show)(struct seq_file *, void *);
|
int (* custom_seq_show)(struct seq_file *, void *);
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue