mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
Bluetooth: iso: remove unused struct 'iso_list_data'
'iso_list_data' has been unused since the original
commit ccf74f2390
("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>
This commit is contained in:
parent
67c3bceabb
commit
d4cc4ee481
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user