From: Dr. David Alan Gilbert Date: Fri, 31 May 2024 23:26:14 +0000 (+0100) Subject: Bluetooth: iso: remove unused struct 'iso_list_data' X-Git-Tag: v6.11-rc1~163^2~12^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4cc4ee48167b4c25abf49ead19412c29a1ad9f4;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Luiz Augusto von Dentz --- diff --git a/net/bluetooth/iso.c b/net/bluetooth/iso.c index 398fb81f7a134..d5e00d0dd1a04 100644 --- a/net/bluetooth/iso.c +++ b/net/bluetooth/iso.c @@ -1720,11 +1720,6 @@ static void iso_sock_ready(struct sock *sk) release_sock(sk); } -struct iso_list_data { - struct hci_conn *hcon; - int count; -}; - static bool iso_match_big(struct sock *sk, void *data) { struct hci_evt_le_big_sync_estabilished *ev = data;