diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2015-04-02 13:41:11 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-02 16:09:28 +0200 |
commit | abe66a4d036933c7376b40b0d7bb5de0458331aa (patch) | |
tree | e4716fc68827e76df7f8af2d6d6b807fd3f9547e /net | |
parent | f7d9e97592aeb7742084814c5f37e25571b2d51d (diff) | |
download | talos-op-linux-abe66a4d036933c7376b40b0d7bb5de0458331aa.tar.gz talos-op-linux-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 'net')
-rw-r--r-- | net/bluetooth/hci_core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 6192f6e3242f..fda23720e7b8 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -3560,11 +3560,6 @@ static void hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) } } -bool hci_req_pending(struct hci_dev *hdev) -{ - return (hdev->req_status == HCI_REQ_PEND); -} - /* Send HCI command */ int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, const void *param) |