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

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:28 +02:00 committed by Greg Kroah-Hartman
parent 4d593d22b9
commit 1dbe119b82
2 changed files with 0 additions and 5 deletions

View File

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

View File

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