aboutsummaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-12-14 15:10:41 -0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-16 18:16:14 -0200
commit01e2821fbee26267941cdcd5b4f74d2c499f2daa (patch)
tree6778e2a11cef12f51af95b9b728f3abc373d27e4 /include/net
parent2c33c06a8fd2f784ca763ad150d5d63c3c49946e (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index fb2cce2b633..7f815c07571 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;