[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230728133603.35112-1-yuehaibing@huawei.com>
Date: Fri, 28 Jul 2023 21:36:03 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <marcel@...tmann.org>, <johan.hedberg@...il.com>,
<luiz.dentz@...il.com>, <brian.gix@...el.com>
CC: <linux-bluetooth@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH -next] Bluetooth: Remove unused declaration hci_req_prepare_suspend()
From: YueHaibing <yuehaibing@...wei.com>
commit 182ee45da083 ("Bluetooth: hci_sync: Rework hci_suspend_notifier")
left behind this.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
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
Powered by blists - more mailing lists