Fixes: 8369ebfd29c2 ("Bluetooth: Implement disable and removal of adv instance") Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- hci_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c index 0e470f7..341b5bd 100644 --- a/net/bluetooth/hci_request.c +++ b/net/bluetooth/hci_request.c @@ -1443,7 +1443,7 @@ static void adv_timeout_expire(struct work_struct *work) hci_dev_unlock(hdev); } -void __hci_req_remove_ext_adv_set(struct hci_request *req, u8 instance) +static void __hci_req_remove_ext_adv_set(struct hci_request *req, u8 instance) { struct hci_cp_le_remove_adv_set cp; -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html