diff mbox series

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

Message ID 20230728133603.35112-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] Bluetooth: Remove unused declaration hci_req_prepare_suspend() | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/SubjectPrefix success Gitlint PASS
tedd_an/BuildKernel success BuildKernel PASS
tedd_an/CheckAllWarning success CheckAllWarning PASS
tedd_an/CheckSparse success CheckSparse PASS
tedd_an/CheckSmatch success CheckSparse PASS
tedd_an/BuildKernel32 success BuildKernel32 PASS
tedd_an/TestRunnerSetup success TestRunnerSetup PASS
tedd_an/TestRunner_l2cap-tester success TestRunner PASS
tedd_an/TestRunner_iso-tester success TestRunner PASS
tedd_an/TestRunner_bnep-tester success TestRunner PASS
tedd_an/TestRunner_mgmt-tester success TestRunner PASS
tedd_an/TestRunner_rfcomm-tester success TestRunner PASS
tedd_an/TestRunner_sco-tester success TestRunner PASS
tedd_an/TestRunner_ioctl-tester success TestRunner PASS
tedd_an/TestRunner_mesh-tester success TestRunner PASS
tedd_an/TestRunner_smp-tester success TestRunner PASS
tedd_an/TestRunner_userchan-tester success TestRunner PASS
tedd_an/IncrementalBuild success Incremental Build PASS

Commit Message

Yue Haibing July 28, 2023, 1:36 p.m. UTC
From: YueHaibing <yuehaibing@huawei.com>

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

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

Comments

bluez.test.bot@gmail.com July 28, 2023, 2:35 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=770584

---Test result---

Test Summary:
CheckPatch                    PASS      0.60 seconds
GitLint                       PASS      0.29 seconds
SubjectPrefix                 PASS      0.10 seconds
BuildKernel                   PASS      33.62 seconds
CheckAllWarning               PASS      36.45 seconds
CheckSparse                   PASS      41.65 seconds
CheckSmatch                   PASS      113.07 seconds
BuildKernel32                 PASS      32.31 seconds
TestRunnerSetup               PASS      498.38 seconds
TestRunner_l2cap-tester       PASS      23.29 seconds
TestRunner_iso-tester         PASS      44.71 seconds
TestRunner_bnep-tester        PASS      10.85 seconds
TestRunner_mgmt-tester        PASS      220.58 seconds
TestRunner_rfcomm-tester      PASS      16.17 seconds
TestRunner_sco-tester         PASS      17.05 seconds
TestRunner_ioctl-tester       PASS      18.11 seconds
TestRunner_mesh-tester        PASS      13.55 seconds
TestRunner_smp-tester         PASS      14.84 seconds
TestRunner_userchan-tester    PASS      11.47 seconds
IncrementalBuild              PASS      31.35 seconds



---
Regards,
Linux Bluetooth
diff mbox series

Patch

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);