diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-06-17 15:46:46 -0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-07-01 16:10:06 -0300 |
commit | f8c1fbdb767f7487983b369a0b07ddc82b29f709 (patch) | |
tree | 547fb749570fac484d746c176b34a800ed068e5d | |
parent | 2461daacb3e2ecca5edea2fa637a1b0922e86515 (diff) | |
download | blackbird-op-linux-f8c1fbdb767f7487983b369a0b07ddc82b29f709.tar.gz blackbird-op-linux-f8c1fbdb767f7487983b369a0b07ddc82b29f709.zip |
Bluetooth: Clean up unused struct hci_conn items
priv and lock are never used
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
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 { 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; |