projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e43af4
)
Bluetooth: Clean up unused struct hci_conn items
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Fri, 17 Jun 2011 18:46:46 +0000
(15:46 -0300)
committer
Jaikumar Ganesh
<jaikumar@google.com>
Mon, 11 Jul 2011 18:59:27 +0000
(11:59 -0700)
priv and lock are never used
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/hci_core.h
b/include/net/bluetooth/hci_core.h
index 9631dabfec873cce2ce747ca45816d0a2ae5b911..1944f9b216eb779eddc3d2de7b9e2486381a5032 100644
(file)
--- a/
include/net/bluetooth/hci_core.h
+++ b/
include/net/bluetooth/hci_core.h
@@
-223,7
+223,6
@@
struct hci_conn {
struct list_head list;
atomic_t refcnt;
- spinlock_t lock;
bdaddr_t dst;
__u8 dst_type;
@@
-272,7
+271,6
@@
struct hci_conn {
struct hci_dev *hdev;
void *l2cap_data;
void *sco_data;
- void *priv;
struct hci_conn *link;