projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c3bce
)
Bluetooth: iso: remove unused struct 'iso_list_data'
author
Dr. David Alan Gilbert
<linux@treblig.org>
Fri, 31 May 2024 23:26:14 +0000
(
00:26
+0100)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 01:34:31 +0000
(21:34 -0400)
'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>
net/bluetooth/iso.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/iso.c
b/net/bluetooth/iso.c
index
398fb81
..
d5e00d0
100644
(file)
--- 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;