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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Mar 2024 22:22:41 +0000 (17:22 -0500)
commitf4b0c2b4cd78b75acde56c2ee5aa732b6fb2a6a9
treec3786be61f4a7c16e6a66ba68b634221e6d5bbd0
parent4aa42119d971603dc9e4d8cf4f53d5fcf082ea7d
Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS

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>
net/bluetooth/hci_event.c