diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2015-11-11 01:11:22 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-11-19 11:50:30 -0500 |
commit | 145a0913ef180af6be7af2c50056ae171c2a2b94 (patch) | |
tree | 817dafe67845a551d27ed099ab8550848e747709 /net/bluetooth/hci_request.c | |
parent | af02dd446999796a742e3940d1a25f2b35b6eeba (diff) |
Bluetooth: Make __hci_update_background_scan private to hci_request.c
There are no more external users so this API can be made private.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_request.c')
-rw-r--r-- | net/bluetooth/hci_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c index c0ea310a116a..8aa06cc545c3 100644 --- a/net/bluetooth/hci_request.c +++ b/net/bluetooth/hci_request.c | |||
@@ -670,7 +670,7 @@ void hci_update_page_scan(struct hci_dev *hdev) | |||
670 | * | 670 | * |
671 | * This function requires the caller holds hdev->lock. | 671 | * This function requires the caller holds hdev->lock. |
672 | */ | 672 | */ |
673 | void __hci_update_background_scan(struct hci_request *req) | 673 | static void __hci_update_background_scan(struct hci_request *req) |
674 | { | 674 | { |
675 | struct hci_dev *hdev = req->hdev; | 675 | struct hci_dev *hdev = req->hdev; |
676 | 676 | ||