Commit f8c1fbdb authored by Gustavo F. Padovan's avatar Gustavo F. Padovan

Bluetooth: Clean up unused struct hci_conn items

priv and lock are never used
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 2461daac
...@@ -223,7 +223,6 @@ struct hci_conn { ...@@ -223,7 +223,6 @@ struct hci_conn {
struct list_head list; struct list_head list;
atomic_t refcnt; atomic_t refcnt;
spinlock_t lock;
bdaddr_t dst; bdaddr_t dst;
__u8 dst_type; __u8 dst_type;
...@@ -272,7 +271,6 @@ struct hci_conn { ...@@ -272,7 +271,6 @@ struct hci_conn {
struct hci_dev *hdev; struct hci_dev *hdev;
void *l2cap_data; void *l2cap_data;
void *sco_data; void *sco_data;
void *priv;
struct hci_conn *link; struct hci_conn *link;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment