mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 05:26:44 +07:00
Bluetooth: remove header declared but not defined
hci_del_off_timer() doesn't exist anymore. Signed-off-by: Syam Sidhardhan <s.syam@samsung.com> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
This commit is contained in:
parent
4596fde540
commit
270ca16bc7
@ -698,8 +698,6 @@ struct adv_entry *hci_find_adv_entry(struct hci_dev *hdev, bdaddr_t *bdaddr);
|
|||||||
int hci_add_adv_entry(struct hci_dev *hdev,
|
int hci_add_adv_entry(struct hci_dev *hdev,
|
||||||
struct hci_ev_le_advertising_info *ev);
|
struct hci_ev_le_advertising_info *ev);
|
||||||
|
|
||||||
void hci_del_off_timer(struct hci_dev *hdev);
|
|
||||||
|
|
||||||
void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb);
|
void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb);
|
||||||
|
|
||||||
int hci_recv_frame(struct sk_buff *skb);
|
int hci_recv_frame(struct sk_buff *skb);
|
||||||
|
Loading…
Reference in New Issue
Block a user