From: Gongwei Li hcon->remote_id last use was removed in 2024 by commit e7b02296fb40 ("Bluetooth: Remove BT_HS"). Remove it. Fixes: e7b02296fb40 ("Bluetooth: Remove BT_HS") Signed-off-by: Gongwei Li Reviewed-by: Paul Menzel --- v1->v2: Add Fixes tags v2->v3: No modifications include/net/bluetooth/hci_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 18396e369..9efdefed3 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -750,7 +750,6 @@ struct hci_conn { __u8 remote_cap; __u8 remote_auth; - __u8 remote_id; unsigned int sent; -- 2.25.1