Skip to content

Commit

Permalink
Bluetooth: remove lock from struct conn_hash
Browse files Browse the repository at this point in the history
It isn't used anywhere.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Gustavo F. Padovan committed Dec 16, 2011
1 parent 2c33c06 commit 01e2821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/bluetooth/hci_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 01e2821

Please sign in to comment.