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:
Jes Sorensen 2014-04-26 18:55:30 +02:00 committed by Greg Kroah-Hartman
parent 520106f61e
commit ad0fb71b20
2 changed files with 0 additions and 3 deletions

View File

@ -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));

View File

@ -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 {