diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-14 18:10:41 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-16 21:16:14 +0100 |
commit | 01e2821fbee26267941cdcd5b4f74d2c499f2daa (patch) | |
tree | 6778e2a11cef12f51af95b9b728f3abc373d27e4 /include/net | |
parent | Bluetooth: remove struct hci_chan_hash (diff) | |
download | linux-01e2821fbee26267941cdcd5b4f74d2c499f2daa.tar.xz linux-01e2821fbee26267941cdcd5b4f74d2c499f2daa.zip |
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/net')
-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 { struct hci_conn_hash { struct list_head list; - spinlock_t lock; unsigned int acl_num; unsigned int sco_num; unsigned int le_num; |