summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann2014-02-28 04:35:54 +0100
committerJohan Hedberg2014-02-28 08:31:05 +0100
commitc9507490ab1769a808fcb4af1a27bd738f4b0407 (patch)
tree7e970e26fc28b0eb2be0e1ba9b675c0959754d24 /include/net/bluetooth
parentBluetooth: Add hci_copy_identity_address convenience function (diff)
downloadkernel-qcow2-linux-c9507490ab1769a808fcb4af1a27bd738f4b0407.tar.gz
kernel-qcow2-linux-c9507490ab1769a808fcb4af1a27bd738f4b0407.tar.xz
kernel-qcow2-linux-c9507490ab1769a808fcb4af1a27bd738f4b0407.zip
Bluetooth: Make hci_blacklist_clear function static
The hci_blacklist_clear function is not used outside of hci_core.c and can be made static. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 093d05eeb3fa..9493da8f7d83 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -796,7 +796,6 @@ int hci_inquiry(void __user *arg);
struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev,
bdaddr_t *bdaddr, u8 type);
-void hci_blacklist_clear(struct hci_dev *hdev);
int hci_blacklist_add(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
int hci_blacklist_del(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);