mirror of https://gitee.com/openkylin/linux.git
staging: rtl8188eu: Remove unused function odm_RefreshRateAdaptiveMaskMP()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd645d88bf
commit
53760485ba
|
@ -1033,10 +1033,6 @@ void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm)
|
|||
odm_RefreshRateAdaptiveMaskCE(pDM_Odm);
|
||||
}
|
||||
|
||||
void odm_RefreshRateAdaptiveMaskMP(struct odm_dm_struct *pDM_Odm)
|
||||
{
|
||||
}
|
||||
|
||||
void odm_RefreshRateAdaptiveMaskCE(struct odm_dm_struct *pDM_Odm)
|
||||
{
|
||||
u8 i;
|
||||
|
|
Loading…
Reference in New Issue