mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
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:
parent
a00e23438d
commit
6ddafcd8c8
|
|
@ -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 */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user