aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-04-02 13:41:11 +0300
committerMarcel Holtmann <marcel@holtmann.org>2015-04-02 16:09:28 +0200
commitabe66a4d036933c7376b40b0d7bb5de0458331aa (patch)
treee4716fc68827e76df7f8af2d6d6b807fd3f9547e /include/net/bluetooth/hci_core.h
parentBluetooth: Remove unneeded recv_event variable (diff)
downloadlinux-dev-abe66a4d036933c7376b40b0d7bb5de0458331aa.tar.xz
linux-dev-abe66a4d036933c7376b40b0d7bb5de0458331aa.zip
Bluetooth: Remove unused hci_req_pending() function
The hci_req_pending() function has no users anymore, so simply remove it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 4cefee0b6330..12686e8e9343 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1284,8 +1284,6 @@ static inline int hci_check_conn_params(u16 min, u16 max, u16 latency,
int hci_register_cb(struct hci_cb *hcb);
int hci_unregister_cb(struct hci_cb *hcb);
-bool hci_req_pending(struct hci_dev *hdev);
-
struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
const void *param, u32 timeout);
struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen,