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

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

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4d593d22
...@@ -821,7 +821,6 @@ void rtl8723au_set_intf_ops(struct rtw_adapter *padapter) ...@@ -821,7 +821,6 @@ void rtl8723au_set_intf_ops(struct rtw_adapter *padapter)
struct intf_hdl *pintf = &piopriv->intf; struct intf_hdl *pintf = &piopriv->intf;
struct _io_ops *pops = &pintf->io_ops; struct _io_ops *pops = &pintf->io_ops;
piopriv->padapter = padapter;
pintf->padapter = padapter; pintf->padapter = padapter;
pintf->pintf_dev = adapter_to_dvobj(padapter); pintf->pintf_dev = adapter_to_dvobj(padapter);
......
...@@ -263,11 +263,7 @@ Below is the data structure used by _io_handler ...@@ -263,11 +263,7 @@ Below is the data structure used by _io_handler
*/ */
struct io_priv{ struct io_priv{
struct rtw_adapter *padapter;
struct intf_hdl intf; struct intf_hdl intf;
}; };
uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl); uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment