forked from Minki/linux
staging: rtl8723au: Remove no-op rtl8723a_deinit_dm_priv()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c7abd87493
commit
71cd6f54dc
@ -260,7 +260,3 @@ void rtl8723a_init_dm_priv(struct rtw_adapter *Adapter)
|
||||
memset(pdmpriv, 0, sizeof(struct dm_priv));
|
||||
Init_ODM_ComInfo_8723a(Adapter);
|
||||
}
|
||||
|
||||
void rtl8723a_deinit_dm_priv(struct rtw_adapter *Adapter)
|
||||
{
|
||||
}
|
||||
|
@ -134,7 +134,6 @@ struct dm_priv
|
||||
/* */
|
||||
|
||||
void rtl8723a_init_dm_priv(struct rtw_adapter *padapter);
|
||||
void rtl8723a_deinit_dm_priv(struct rtw_adapter *padapter);
|
||||
|
||||
void rtl8723a_InitHalDm(struct rtw_adapter *padapter);
|
||||
void rtl8723a_HalDmWatchDog(struct rtw_adapter *padapter);
|
||||
|
@ -557,8 +557,6 @@ void rtw_cancel_all_timer23a(struct rtw_adapter *padapter)
|
||||
("%s:cancel set_scan_deny_timer!\n", __func__));
|
||||
|
||||
del_timer_sync(&padapter->recvpriv.signal_stat_timer);
|
||||
/* cancel dm timer */
|
||||
rtl8723a_deinit_dm_priv(padapter);
|
||||
}
|
||||
|
||||
int rtw_free_drv_sw23a(struct rtw_adapter *padapter)
|
||||
|
Loading…
Reference in New Issue
Block a user