From: Nikolay Kulikov Date: Tue, 12 May 2026 12:55:34 +0000 (+0300) Subject: staging: rtl8723bs: remove unused SysIntrStatus from struct hal_com_data X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ddafcd8c8d028c23ecbda6b08db33868f65eaf1;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260512125703.6878-5-nikolayof23@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/hal_data.h b/drivers/staging/rtl8723bs/include/hal_data.h index d3e5c40396937..3a93ac312ded9 100644 --- a/drivers/staging/rtl8723bs/include/hal_data.h +++ b/drivers/staging/rtl8723bs/include/hal_data.h @@ -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 */ };