Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8c1fbdb authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;