]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove unused SysIntrStatus from struct hal_com_data
authorNikolay Kulikov <nikolayof23@gmail.com>
Tue, 12 May 2026 12:55:34 +0000 (15:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 09:21:14 +0000 (11:21 +0200)
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>
drivers/staging/rtl8723bs/include/hal_data.h

index d3e5c40396937a088ee9855fc09b41e388f9318e..3a93ac312ded9a0802d8c758dd664cc2b831ab0a 100644 (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 */
 };