Commit ad0fb71b authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused pintf_dev entry from struct intf_hdl

parent 520106f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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));

+0 −2
Original line number Diff line number Diff line
@@ -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 {