mbox series

[0/2] Bluetooth: MGMT: Deadcode cleanup

Message ID 20250127213716.232551-1-linux@treblig.org
Headers show
Series Bluetooth: MGMT: Deadcode cleanup | expand

Message

Dr. David Alan Gilbert Jan. 27, 2025, 9:37 p.m. UTC
From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  A couple of deadcode removal patches.

They're both strictly function removals, no internal changes
to a function.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (2):
  Bluetooth: MGMT: Remove unused mgmt_pending_find_data
  Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete

 include/net/bluetooth/hci_core.h |  2 --
 net/bluetooth/mgmt.c             | 40 --------------------------------
 net/bluetooth/mgmt_util.c        | 17 --------------
 net/bluetooth/mgmt_util.h        |  4 ----
 4 files changed, 63 deletions(-)