]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove unused BIT33..BIT36 macros
authorNikolay Kulikov <nikolayof23@gmail.com>
Tue, 7 Apr 2026 14:33:31 +0000 (17:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:54 +0000 (05:01 -0600)
These bit definitions are not used anywhere in the driver. Removing them
clears the header and eliminates dead code.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260407143622.9767-7-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/osdep_service.h

index 99c26b446f729ad8d862c35a2ccb5ca35056eeaf..86b321e2081db4b65d2aa69e8e83e962d1b2a423 100644 (file)
 #define BIT30  0x40000000
 #define BIT31  0x80000000
 #define BIT32  0x0100000000
-#define BIT33  0x0200000000
-#define BIT34  0x0400000000
-#define BIT35  0x0800000000
-#define BIT36  0x1000000000
 
 extern int RTW_STATUS_CODE(int error_code);