diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-14 12:10:41 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-16 15:16:14 -0500 |
commit | 01e2821fbee26267941cdcd5b4f74d2c499f2daa (patch) | |
tree | 6778e2a11cef12f51af95b9b728f3abc373d27e4 /include | |
parent | 2c33c06a8fd2f784ca763ad150d5d63c3c49946e (diff) |
Bluetooth: remove lock from struct conn_hash
It isn't used anywhere.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index fb2cce2b633f..7f815c075711 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -61,7 +61,6 @@ struct inquiry_cache { | |||
61 | 61 | ||
62 | struct hci_conn_hash { | 62 | struct hci_conn_hash { |
63 | struct list_head list; | 63 | struct list_head list; |
64 | spinlock_t lock; | ||
65 | unsigned int acl_num; | 64 | unsigned int acl_num; |
66 | unsigned int sco_num; | 65 | unsigned int sco_num; |
67 | unsigned int le_num; | 66 | unsigned int le_num; |