summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/bluetooth.h
diff options
context:
space:
mode:
authorAl Viro2013-04-05 01:18:04 +0200
committerAl Viro2013-04-09 20:13:37 +0200
commitc10c062cadf527c3e072f01280d266fbbc592f9d (patch)
treee9690370bd156825e531f9c9478a7bc1b1f28d88 /include/net/bluetooth/bluetooth.h
parentbluetooth: fix race in bt_procfs_init() (diff)
downloadkernel-qcow2-linux-c10c062cadf527c3e072f01280d266fbbc592f9d.tar.gz
kernel-qcow2-linux-c10c062cadf527c3e072f01280d266fbbc592f9d.tar.xz
kernel-qcow2-linux-c10c062cadf527c3e072f01280d266fbbc592f9d.zip
bluetooth: kill unused fops field in struct bt_sock_list
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r--include/net/bluetooth/bluetooth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 946c7772b137..ea81f0ef6492 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/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
};