staging: rtl8723bs: remove unused SysIntrStatus from struct hal_com_data

This field has not been used anywhere since the driver was added, so
remove it to eliminate dead code.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260512125703.6878-5-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nikolay Kulikov 2026-05-12 15:55:34 +03:00 committed by Greg Kroah-Hartman
parent a00e23438d
commit 6ddafcd8c8

View File

@ -387,9 +387,6 @@ struct hal_com_data {
/* For bluetooth co-existence */
struct bt_coexist bt_coexist;
/* Interrupt related register information. */
u32 SysIntrStatus;
/* Chip version information */
bool chip_normal; /* true - normal chip, false - test chip */
};