Skip to content

Commit

Permalink
Bluetooth: iso: remove unused struct 'iso_list_data'
Browse files Browse the repository at this point in the history
'iso_list_data' has been unused since the original
commit ccf74f2 ("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>
  • Loading branch information
Dr. David Alan Gilbert authored and Luiz Augusto von Dentz committed Jul 15, 2024
1 parent 67c3bce commit d4cc4ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/bluetooth/iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4cc4ee

Please sign in to comment.