diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-07-04 09:37:25 (GMT) |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-07-04 09:58:09 (GMT) |
commit | d9b3ad7df101a6490272771f1aabbaa623a196f3 (patch) | |
tree | 7fb9d423680edd8e623da95a0a67fb117cf6c2f1 /include | |
parent | 418025d1c390b3979f0fd3bb639f0a15026d0530 (diff) | |
download | linux-d9b3ad7df101a6490272771f1aabbaa623a196f3.tar.xz |
Bluetooth: Remove unused hci_pend_le_conn_add function
Since there are no more users of this function we can simply go ahead
and remove it.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 9208b18..c2bc918 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -870,7 +870,6 @@ void hci_conn_params_clear_enabled(struct hci_dev *hdev); struct hci_conn_params *hci_pend_le_conn_lookup(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type); -void hci_pend_le_conn_add(struct hci_dev *hdev, struct hci_conn_params *params); void hci_update_background_scan(struct hci_dev *hdev); |