]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: hci: Remove deadcode
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 16 Dec 2024 01:26:36 +0000 (01:26 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 15 Jan 2025 15:32:20 +0000 (10:32 -0500)
commitb05ce8896091233fb0e4bf506862abaebdd8945b
treec1d60e515ce1061614742dc57dfd41865e1e2acd
parente209e5ccc5ac4b2637159ea19be95a1b16846f31
Bluetooth: hci: Remove deadcode

hci_bdaddr_list_del_with_flags() was added in 2020's
commit 8baaa4038edb ("Bluetooth: Add bdaddr_list_with_flags for classic
whitelist")
but has remained unused.

hci_remove_ext_adv_instance() was added in 2020's
commit eca0ae4aea66 ("Bluetooth: Add initial implementation of BIS
connections")
but has remained unused.

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_core.h
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_core.c
net/bluetooth/hci_sync.c