aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-07-28 11:30:11 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-08-11 11:52:13 -0700
commit90005880a68cc8908885f5c9c9e2e60deaf78700 (patch)
treed64b15a43febd56b64058e53c9f6069070be64fd
parent123c26311859b1b1848b1cfe80feac228fd5afb5 (diff)
downloadnf-next-90005880a68cc8908885f5c9c9e2e60deaf78700.tar.gz
Bluetooth: Remove unused declaration amp_read_loc_info()
This is introduced in commit 903e45411099 but was never implemented. Fixes: 903e45411099 ("Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc") Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
-rw-r--r--net/bluetooth/amp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/amp.h b/net/bluetooth/amp.h
index 832764dfbfb3e..97c87abd129f6 100644
--- a/net/bluetooth/amp.h
+++ b/net/bluetooth/amp.h
@@ -28,7 +28,6 @@ struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type);
-void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr);
void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
void amp_read_loc_assoc_final_data(struct hci_dev *hdev,