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

staging: rtl8723au: Remove unused struct rtw_adapter * from struct io_priv

parent 4d593d22
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 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);

+0 −4
Original line number Diff line number Diff line
@@ -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);