diff options
author | Brian Gix <brian.gix@intel.com> | 2022-07-21 16:22:23 -0700 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-07-22 12:55:21 -0700 |
commit | ec2904c259c56fbe50aacd838da9553a6eea6683 (patch) | |
tree | 345e5bf54b6c44a216f09faac17468d179eb6ee8 /include/net/bluetooth | |
parent | 38f230f1f9102965684c2bd028848e93ff7d19ab (diff) | |
download | lwn-ec2904c259c56fbe50aacd838da9553a6eea6683.tar.gz lwn-ec2904c259c56fbe50aacd838da9553a6eea6683.zip |
Bluetooth: Remove dead code from hci_request.c
The discov_update work queue is no longer used as a result
of the hci_sync rework.
The __hci_req_hci_power_on() function is no longer referenced in the
code as a result of the hci_sync rework.
Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-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 df7dac4a5bbd..83bbeffe71e9 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -517,7 +517,6 @@ struct hci_dev { struct work_struct cmd_work; struct work_struct tx_work; - struct work_struct discov_update; struct work_struct scan_update; struct delayed_work le_scan_disable; struct delayed_work le_scan_restart; |