提交 f8c1fbdb 编写于 作者: G Gustavo F. Padovan

Bluetooth: Clean up unused struct hci_conn items

priv and lock are never used
Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
上级 2461daac
......@@ -223,7 +223,6 @@ struct hci_conn {
struct list_head list;
atomic_t refcnt;
spinlock_t lock;
bdaddr_t dst;
__u8 dst_type;
......@@ -272,7 +271,6 @@ struct hci_conn {
struct hci_dev *hdev;
void *l2cap_data;
void *sco_data;
void *priv;
struct hci_conn *link;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册