staging: rtl8723au: Fold rtw_resume_process23a() into rtw_resume()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dc20d1da78
commit
30c588e04c
|
@ -101,7 +101,6 @@ enum hardware_type {
|
|||
|
||||
void rtw_hal_def_value_init23a(struct rtw_adapter *padapter);
|
||||
int pm_netdev_open23a(struct net_device *pnetdev, u8 bnormal);
|
||||
int rtw_resume_process23a(struct rtw_adapter *padapter);
|
||||
|
||||
int rtl8723au_hal_init(struct rtw_adapter *padapter);
|
||||
int rtl8723au_hal_deinit(struct rtw_adapter *padapter);
|
||||
|
|
|
@ -488,15 +488,6 @@ static int rtw_resume(struct usb_interface *pusb_intf)
|
|||
{
|
||||
struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
|
||||
struct rtw_adapter *padapter = dvobj->if1;
|
||||
int ret;
|
||||
|
||||
ret = rtw_resume_process23a(padapter);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int rtw_resume_process23a(struct rtw_adapter *padapter)
|
||||
{
|
||||
struct net_device *pnetdev;
|
||||
struct pwrctrl_priv *pwrpriv = NULL;
|
||||
int ret = -1;
|
||||
|
|
Loading…
Reference in New Issue