projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4596fde
)
Bluetooth: remove header declared but not defined
author
Syam Sidhardhan
<s.syam@samsung.com>
Thu, 12 Apr 2012 15:03:19 +0000
(20:33 +0530)
committer
Gustavo Padovan
<gustavo@padovan.org>
Wed, 9 May 2012 04:40:34 +0000
(
01:40
-0300)
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>
include/net/bluetooth/hci_core.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/hci_core.h
b/include/net/bluetooth/hci_core.h
index afdea9530d7b33a1bd16b6d4e4b1130b65b084a6..ef6e6541aa2adaf1d989c2f2b790c85d323e0aeb 100644
(file)
--- 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);
int hci_add_adv_entry(struct hci_dev *hdev,
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);
int hci_recv_frame(struct sk_buff *skb);