aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-06-17 14:46:46 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-07-01 15:10:06 -0400
commitf8c1fbdb767f7487983b369a0b07ddc82b29f709 (patch)
tree547fb749570fac484d746c176b34a800ed068e5d /include/net/bluetooth
parent2461daacb3e2ecca5edea2fa637a1b0922e86515 (diff)
Bluetooth: Clean up unused struct hci_conn items
priv and lock are never used Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 26233d4d371c..90d81f9b19a2 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -223,7 +223,6 @@ struct hci_conn {
223 struct list_head list; 223 struct list_head list;
224 224
225 atomic_t refcnt; 225 atomic_t refcnt;
226 spinlock_t lock;
227 226
228 bdaddr_t dst; 227 bdaddr_t dst;
229 __u8 dst_type; 228 __u8 dst_type;
@@ -272,7 +271,6 @@ struct hci_conn {
272 struct hci_dev *hdev; 271 struct hci_dev *hdev;
273 void *l2cap_data; 272 void *l2cap_data;
274 void *sco_data; 273 void *sco_data;
275 void *priv;
276 274
277 struct hci_conn *link; 275 struct hci_conn *link;
278 276