]> git.hungrycats.org Git - linux/commit
Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 7 Feb 2024 13:42:11 +0000 (14:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:49:30 +0000 (09:49 +0200)
commitba0eee5763ea5f571359aa10629f08a6e81a9cb8
treec066aafeabb244d9504f7798cb06c0c27d5fe659
parent97d3a964ee5dfcd5565d9044cba2ac3ced59e4bb
Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS

[ Upstream commit f4b0c2b4cd78b75acde56c2ee5aa732b6fb2a6a9 ]

Commit cec9f3c5561d ("Bluetooth: Remove BT_HS") removes config BT_HS, but
misses two "ifdef BT_HS" blocks in hci_event.c.

Remove this dead code from this removed config option.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Stable-dep-of: 84a4bb6548a2 ("Bluetooth: HCI: Remove HCI_AMP support")
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/hci_event.c