mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: rtl8723au: Remove unused pintf_dev entry from struct intf_hdl
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
520106f61e
commit
ad0fb71b20
@ -821,7 +821,6 @@ void rtl8723au_set_intf_ops(struct rtw_adapter *padapter)
|
||||
struct _io_ops *pops = &pintf->io_ops;
|
||||
|
||||
pintf->padapter = padapter;
|
||||
pintf->pintf_dev = adapter_to_dvobj(padapter);
|
||||
|
||||
memset((u8 *)pops, 0, sizeof(struct _io_ops));
|
||||
|
||||
|
@ -137,10 +137,8 @@ struct io_req {
|
||||
|
||||
struct intf_hdl {
|
||||
struct rtw_adapter *padapter;
|
||||
struct dvobj_priv *pintf_dev;/* pointer to &(padapter->dvobjpriv); */
|
||||
|
||||
struct _io_ops io_ops;
|
||||
|
||||
};
|
||||
|
||||
struct reg_protocol_rd {
|
||||
|
Loading…
Reference in New Issue
Block a user