mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
staging: rtl8723bs: remove two unused function prototypes
Removes two unused functions Rtw_Hal_ReadMACAddrFromFile and Rtw_Hal_readPGDataFromConfigFile from rtw_efuse.h. The functions only existed in this header. No implementation or calls were present in the code. Signed-off-by: Linus Probert <linus.probert@gmail.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260403223327.1831215-7-linus.probert@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7a590f2660
commit
33c453a4c2
|
|
@ -74,7 +74,5 @@ u8 rtw_efuse_one_byte_read(struct adapter *padapter, u16 addr, u8 *data);
|
|||
u8 rtw_efuse_read_1_byte(struct adapter *padapter, u16 Address);
|
||||
void rtw_efuse_shadow_map_update(struct adapter *padapter, u8 efuseType);
|
||||
void rtw_efuse_shadow_read(struct adapter *padapter, u8 Type, u16 Offset, u32 *Value);
|
||||
void Rtw_Hal_ReadMACAddrFromFile(struct adapter *padapter);
|
||||
u32 Rtw_Hal_readPGDataFromConfigFile(struct adapter *padapter);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user