Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bluetooth: kill unused fops field in struct bt_sock_list

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro c10c062c 4d006263

-1
-1
include/net/bluetooth/bluetooth.h
··· 226 226 struct hlist_head head; 227 227 rwlock_t lock; 228 228 #ifdef CONFIG_PROC_FS 229 - struct file_operations fops; 230 229 int (* custom_seq_show)(struct seq_file *, void *); 231 230 #endif 232 231 };