aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2022-07-21 16:22:23 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-07-22 12:55:21 -0700
commitec2904c259c56fbe50aacd838da9553a6eea6683 (patch)
tree345e5bf54b6c44a216f09faac17468d179eb6ee8 /net/bluetooth/hci_request.h
parentBluetooth: btrtl: Fix typo in comment (diff)
downloadlinux-dev-ec2904c259c56fbe50aacd838da9553a6eea6683.tar.xz
linux-dev-ec2904c259c56fbe50aacd838da9553a6eea6683.zip
Bluetooth: Remove dead code from hci_request.c
The discov_update work queue is no longer used as a result of the hci_sync rework. The __hci_req_hci_power_on() function is no longer referenced in the code as a result of the hci_sync rework. Signed-off-by: Brian Gix <brian.gix@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r--net/bluetooth/hci_request.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h
index 7f8df258e295..2b2fba278510 100644
--- a/net/bluetooth/hci_request.h
+++ b/net/bluetooth/hci_request.h
@@ -68,8 +68,6 @@ int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req,
struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen,
const void *param);
-int __hci_req_hci_power_on(struct hci_dev *hdev);
-
void __hci_req_write_fast_connectable(struct hci_request *req, bool enable);
void __hci_req_update_name(struct hci_request *req);
void __hci_req_update_eir(struct hci_request *req);