[PATCH -next] Bluetooth: Remove unused declaration hci_req_prepare_suspend()

From: Yue Haibing
Date: Fri Jul 28 2023 - 09:37:39 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>

commit 182ee45da083 ("Bluetooth: hci_sync: Rework hci_suspend_notifier")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
---
net/bluetooth/hci_request.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h
index b9c5a9823837..0be75cf0efed 100644
--- a/net/bluetooth/hci_request.h
+++ b/net/bluetooth/hci_request.h
@@ -71,7 +71,5 @@ struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen,
void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn);
void hci_req_add_le_passive_scan(struct hci_request *req);

-void hci_req_prepare_suspend(struct hci_dev *hdev, enum suspended_state next);
-
void hci_request_setup(struct hci_dev *hdev);
void hci_request_cancel_all(struct hci_dev *hdev);
--
2.34.1