mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-12 16:34:05 -04: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:
committed by
Greg Kroah-Hartman
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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user