projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d00626
)
bluetooth: kill unused fops field in struct bt_sock_list
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 4 Apr 2013 23:18:04 +0000
(19:18 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:37 +0000
(14:13 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/net/bluetooth/bluetooth.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/bluetooth/bluetooth.h
b/include/net/bluetooth/bluetooth.h
index 946c7772b1370c76d2ee64dbfaa161de770f710b..ea81f0ef649227c2bd0991d715aa95bef964be58 100644
(file)
--- 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
};