Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: iso: remove unused struct 'iso_list_data'

'iso_list_data' has been unused since the original
commit ccf74f2390d6 ("Bluetooth: Add BTPROTO_ISO socket type").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Dr. David Alan Gilbert and committed by
Luiz Augusto von Dentz
d4cc4ee4 67c3bcea

-5
-5
net/bluetooth/iso.c
··· 1720 1720 release_sock(sk); 1721 1721 } 1722 1722 1723 - struct iso_list_data { 1724 - struct hci_conn *hcon; 1725 - int count; 1726 - }; 1727 - 1728 1723 static bool iso_match_big(struct sock *sk, void *data) 1729 1724 { 1730 1725 struct hci_evt_le_big_sync_estabilished *ev = data;