Bluetooth: remove lock from struct conn_hash
authorGustavo F. Padovan <padovan@profusion.mobi>
Wed, 14 Dec 2011 17:10:41 +0000 (15:10 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Fri, 16 Dec 2011 20:16:14 +0000 (18:16 -0200)
It isn't used anywhere.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h

index fb2cce2b633fd235811567ee9d9f74fc50104f80..7f815c0757119293e52dc82dcac1bc74e8e56b38 100644 (file)
@@ -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;