Message ID | 20230826081313.3431523-1-xiaokeqinhealth@126.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 12299967998da3dd499745e3ef01be8281b47a24 |
Headers | show |
Series | [1/1] Bluetooth: Delete unused hci_req_prepare_suspend() declaration | expand |
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 |
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=779560 ---Test result--- Test Summary: CheckPatch PASS 0.71 seconds GitLint PASS 0.37 seconds SubjectPrefix PASS 0.14 seconds BuildKernel PASS 34.55 seconds CheckAllWarning PASS 37.56 seconds CheckSparse PASS 42.81 seconds CheckSmatch PASS 115.88 seconds BuildKernel32 PASS 33.27 seconds TestRunnerSetup PASS 503.60 seconds TestRunner_l2cap-tester PASS 28.71 seconds TestRunner_iso-tester PASS 55.72 seconds TestRunner_bnep-tester PASS 11.30 seconds TestRunner_mgmt-tester PASS 226.50 seconds TestRunner_rfcomm-tester PASS 16.89 seconds TestRunner_sco-tester PASS 20.33 seconds TestRunner_ioctl-tester PASS 19.27 seconds TestRunner_mesh-tester PASS 14.27 seconds TestRunner_smp-tester PASS 15.26 seconds TestRunner_userchan-tester PASS 11.91 seconds IncrementalBuild PASS 31.63 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Sat, 26 Aug 2023 16:13:13 +0800 you wrote: > From: Yao Xiao <xiaoyao@rock-chips.com> > > hci_req_prepare_suspend() has been deprecated in favor of > hci_suspend_sync(). > > Fixes: 182ee45da083 ("Bluetooth: hci_sync: Rework hci_suspend_notifier") > Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com> > > [...] Here is the summary with links: - [1/1] Bluetooth: Delete unused hci_req_prepare_suspend() declaration https://git.kernel.org/bluetooth/bluetooth-next/c/12299967998d You are awesome, thank you!
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);