diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-06-01 00:26:14 +0100 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-07-14 21:34:31 -0400 |
commit | d4cc4ee48167b4c25abf49ead19412c29a1ad9f4 (patch) | |
tree | d58a8a57799cbe38916d2999b20981b4174b0704 /net/bluetooth | |
parent | 67c3bceabb42780f18362d7c5ec72a700051ca36 (diff) | |
download | linux-stable-d4cc4ee48167b4c25abf49ead19412c29a1ad9f4.tar.gz linux-stable-d4cc4ee48167b4c25abf49ead19412c29a1ad9f4.tar.bz2 linux-stable-d4cc4ee48167b4c25abf49ead19412c29a1ad9f4.zip |
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>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/iso.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/bluetooth/iso.c b/net/bluetooth/iso.c index 398fb81f7a13..d5e00d0dd1a0 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; |