diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-04-12 11:03:19 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-09 00:40:34 -0400 |
commit | 270ca16bc7ff575a5900aec2475fa7f8742f7337 (patch) | |
tree | 871cf67fee714cd512dace820e89405a41a70685 /include/net/bluetooth | |
parent | 4596fde5401679f062336c6dbad8d9e4043858c2 (diff) |
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>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index afdea9530d7b..ef6e6541aa2a 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -698,8 +698,6 @@ struct adv_entry *hci_find_adv_entry(struct hci_dev *hdev, bdaddr_t *bdaddr); | |||
698 | int hci_add_adv_entry(struct hci_dev *hdev, | 698 | int hci_add_adv_entry(struct hci_dev *hdev, |
699 | struct hci_ev_le_advertising_info *ev); | 699 | struct hci_ev_le_advertising_info *ev); |
700 | 700 | ||
701 | void hci_del_off_timer(struct hci_dev *hdev); | ||
702 | |||
703 | void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); | 701 | void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); |
704 | 702 | ||
705 | int hci_recv_frame(struct sk_buff *skb); | 703 | int hci_recv_frame(struct sk_buff *skb); |