mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove unused struct rtw_adapter * from struct io_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
4d593d22b9
commit
1dbe119b82
|
@ -821,7 +821,6 @@ void rtl8723au_set_intf_ops(struct rtw_adapter *padapter)
|
|||
struct intf_hdl *pintf = &piopriv->intf;
|
||||
struct _io_ops *pops = &pintf->io_ops;
|
||||
|
||||
piopriv->padapter = padapter;
|
||||
pintf->padapter = padapter;
|
||||
pintf->pintf_dev = adapter_to_dvobj(padapter);
|
||||
|
||||
|
|
|
@ -263,11 +263,7 @@ Below is the data structure used by _io_handler
|
|||
*/
|
||||
|
||||
struct io_priv{
|
||||
|
||||
struct rtw_adapter *padapter;
|
||||
|
||||
struct intf_hdl intf;
|
||||
|
||||
};
|
||||
|
||||
uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl);
|
||||
|
|
Loading…
Reference in New Issue