Commit 01e2821f authored by Gustavo F. Padovan's avatar Gustavo F. Padovan

Bluetooth: remove lock from struct conn_hash

It isn't used anywhere.
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 2c33c06a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment