diff options
| author | 2011-12-14 15:10:41 -0200 | |
|---|---|---|
| committer | 2011-12-16 18:16:14 -0200 | |
| commit | 01e2821fbee26267941cdcd5b4f74d2c499f2daa (patch) | |
| tree | 6778e2a11cef12f51af95b9b728f3abc373d27e4 | |
| parent | Bluetooth: remove struct hci_chan_hash (diff) | |
| download | linux-dev-01e2821fbee26267941cdcd5b4f74d2c499f2daa.tar.xz linux-dev-01e2821fbee26267941cdcd5b4f74d2c499f2daa.zip | |
Bluetooth: remove lock from struct conn_hash
It isn't used anywhere.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index fb2cce2b633f..7f815c075711 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; |
