diff options
author | Florian Grandel <fgrandel@gmail.com> | 2015-06-18 03:16:52 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-06-18 18:11:53 +0200 |
commit | d4c5af8f71c8104504a83f7c71911550ebe43ac3 (patch) | |
tree | 8438066cfb94f52a1cb79d6eebda5cf7440ee1e2 /net | |
parent | eb6f95f9c38de4cf64600c1ad29fc8e02224b155 (diff) | |
download | linux-stable-d4c5af8f71c8104504a83f7c71911550ebe43ac3.tar.gz linux-stable-d4c5af8f71c8104504a83f7c71911550ebe43ac3.tar.bz2 linux-stable-d4c5af8f71c8104504a83f7c71911550ebe43ac3.zip |
Bluetooth: hci_core: remove obsolete adv_instance
Now that the obsolete adv_instance is no longer being referenced
anywhere in the code it can be removed without breaking the build.
Signed-off-by: Florian Grandel <fgrandel@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hci_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index e50f7c3c67f8..86ed44e39649 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -3224,7 +3224,6 @@ struct hci_dev *hci_alloc_dev(void) hci_init_sysfs(hdev); discovery_init(hdev); - adv_info_init(hdev); return hdev; } |