From: Gustavo F. Padovan Date: Wed, 14 Dec 2011 17:10:41 +0000 (-0200) Subject: Bluetooth: remove lock from struct conn_hash X-Git-Tag: v3.3-rc1~182^2~44^2~71^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01e2821fbee26267941cdcd5b4f74d2c499f2daa;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: remove lock from struct conn_hash It isn't used anywhere. Signed-off-by: Gustavo F. Padovan --- diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index fb2cce2b633fd..7f815c0757119 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;