diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-14 17:10:41 (GMT) |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-16 20:16:14 (GMT) |
commit | 01e2821fbee26267941cdcd5b4f74d2c499f2daa (patch) | |
tree | 6778e2a11cef12f51af95b9b728f3abc373d27e4 | |
parent | 2c33c06a8fd2f784ca763ad150d5d63c3c49946e (diff) | |
download | linux-01e2821fbee26267941cdcd5b4f74d2c499f2daa.tar.xz |
Bluetooth: remove lock from struct conn_hash
It isn't used anywhere.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
-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 fb2cce2..7f815c0 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -61,7 +61,6 @@ struct inquiry_cache { struct hci_conn_hash { struct list_head list; - spinlock_t lock; unsigned int acl_num; unsigned int sco_num; unsigned int le_num; |