]> 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>
Fri, 22 Nov 2024 14:37:29 +0000 (15:37 +0100)
commit334e297d0a90566c1229f89238849b7af33df147
treedac2f0a39f39809d5b14cd6fa98b86970c42adb4
parent946c7600fa2207cc8d3fbc86a518ec56f98a5813
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: 7967dc8f797f ("Bluetooth: hci_core: Fix calling mgmt_device_connected")
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/hci_event.c