staging: rtl8723au: Fix static symbol sparse warning
Fix sparse warning: drivers/staging/rtl8723au/core/rtw_efuse.c:579:5: warning: symbol 'efuse_GetCurrentSize23a' was not declared. Should it be static? by removing efuse_GetCurrentSize23a since its never used Signed-off-by: Miguel Oliveira <cmroliv@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd2dec915e
commit
1a4493c555
1 changed files with 0 additions and 25 deletions
|
@ -100,22 +100,6 @@ static void Efuse_PowerSwitch(struct rtw_adapter *padapter,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------
|
|
||||||
* Function: efuse_GetCurrentSize23a
|
|
||||||
*
|
|
||||||
* Overview: Get current efuse size!!!
|
|
||||||
*
|
|
||||||
* Input: NONE
|
|
||||||
*
|
|
||||||
* Output: NONE
|
|
||||||
*
|
|
||||||
* Return: NONE
|
|
||||||
*
|
|
||||||
* Revised History:
|
|
||||||
* When Who Remark
|
|
||||||
* 11/16/2008 MHC Create Version 0.
|
|
||||||
*
|
|
||||||
*---------------------------------------------------------------------------*/
|
|
||||||
u16
|
u16
|
||||||
Efuse_GetCurrentSize23a(struct rtw_adapter *pAdapter, u8 efuseType)
|
Efuse_GetCurrentSize23a(struct rtw_adapter *pAdapter, u8 efuseType)
|
||||||
{
|
{
|
||||||
|
@ -576,15 +560,6 @@ u16 efuse_GetMaxSize23a(struct rtw_adapter *padapter)
|
||||||
return max_size;
|
return max_size;
|
||||||
}
|
}
|
||||||
/* */
|
/* */
|
||||||
int efuse_GetCurrentSize23a(struct rtw_adapter *padapter, u16 *size)
|
|
||||||
{
|
|
||||||
Efuse_PowerSwitch(padapter, false, true);
|
|
||||||
*size = Efuse_GetCurrentSize23a(padapter, EFUSE_WIFI);
|
|
||||||
Efuse_PowerSwitch(padapter, false, false);
|
|
||||||
|
|
||||||
return _SUCCESS;
|
|
||||||
}
|
|
||||||
/* */
|
|
||||||
int rtw_efuse_map_read23a(struct rtw_adapter *padapter,
|
int rtw_efuse_map_read23a(struct rtw_adapter *padapter,
|
||||||
u16 addr, u16 cnts, u8 *data)
|
u16 addr, u16 cnts, u8 *data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue