Archived
14
0
Fork 0

Bluetooth: remove lock from struct conn_hash

It isn't used anywhere.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Gustavo F. Padovan 2011-12-14 15:10:41 -02:00
parent 2c33c06a8f
commit 01e2821fbe

View file

@ -61,7 +61,6 @@ struct inquiry_cache {
struct hci_conn_hash { struct hci_conn_hash {
struct list_head list; struct list_head list;
spinlock_t lock;
unsigned int acl_num; unsigned int acl_num;
unsigned int sco_num; unsigned int sco_num;
unsigned int le_num; unsigned int le_num;