diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-04 19:18:04 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-09 14:13:37 -0400 |
commit | c10c062cadf527c3e072f01280d266fbbc592f9d (patch) | |
tree | e9690370bd156825e531f9c9478a7bc1b1f28d88 | |
parent | 4d006263d3d61413e63784a454b6e3310bd8e6ee (diff) | |
download | op-kernel-dev-c10c062cadf527c3e072f01280d266fbbc592f9d.zip op-kernel-dev-c10c062cadf527c3e072f01280d266fbbc592f9d.tar.gz |
bluetooth: kill unused fops field in struct bt_sock_list
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 946c777..ea81f0e 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 }; |