diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-07-28 05:30:11 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-08-11 20:52:13 +0200 |
commit | 90005880a68cc8908885f5c9c9e2e60deaf78700 (patch) | |
tree | d64b15a43febd56b64058e53c9f6069070be64fd /net/bluetooth | |
parent | Bluetooth: btusb: Move btusb_recv_event_intel to btintel (diff) | |
download | linux-90005880a68cc8908885f5c9c9e2e60deaf78700.tar.xz linux-90005880a68cc8908885f5c9c9e2e60deaf78700.zip |
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>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/amp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/amp.h b/net/bluetooth/amp.h index 832764dfbfb3..97c87abd129f 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, |