mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 04:33:58 +08:00
Staging: rtl8723au: Declare function static
Declare function Efuse_ReadAllMap as static since it's defined and used only in this file. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
165483c633
commit
84295526a5
@ -459,7 +459,8 @@ int rtw_BT_efuse_map_read23a(struct rtw_adapter *padapter,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Read All Efuse content */
|
/* Read All Efuse content */
|
||||||
void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse)
|
static void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType,
|
||||||
|
u8 *Efuse)
|
||||||
{
|
{
|
||||||
u16 mapLen = 0;
|
u16 mapLen = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user