]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove macro FillH2CCmd
authorMichael Straube <straube.linux@gmail.com>
Tue, 15 Jul 2025 18:28:08 +0000 (20:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2025 07:38:45 +0000 (09:38 +0200)
The macro FillH2CCmd is not used, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20250715182814.212708-6-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtl8723b_cmd.h

index dbcf01bbf05107479e445a95fb79a4a2350125b1..0665c495593679f3dd6f6ad7dd91051ded05d451 100644 (file)
@@ -181,5 +181,4 @@ void rtl8723b_set_FwPwrModeInIPS_cmd(struct adapter *padapter, u8 cmd_param);
 
 s32 FillH2CCmd8723B(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
 
-#define FillH2CCmd FillH2CCmd8723B
 #endif