diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-02-27 22:35:54 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-02-28 02:31:05 -0500 |
commit | c9507490ab1769a808fcb4af1a27bd738f4b0407 (patch) | |
tree | 7e970e26fc28b0eb2be0e1ba9b675c0959754d24 /net/bluetooth | |
parent | a1f4c3188bb4d51a41d2026ee08a578f56c61e47 (diff) |
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 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 7113d4cc085f..75cf447ca000 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -3238,7 +3238,7 @@ struct bdaddr_list *hci_blacklist_lookup(struct hci_dev *hdev, | |||
3238 | return NULL; | 3238 | return NULL; |
3239 | } | 3239 | } |
3240 | 3240 | ||
3241 | void hci_blacklist_clear(struct hci_dev *hdev) | 3241 | static void hci_blacklist_clear(struct hci_dev *hdev) |
3242 | { | 3242 | { |
3243 | struct list_head *p, *n; | 3243 | struct list_head *p, *n; |
3244 | 3244 | ||