]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: Remove unused pintf_dev entry from struct intf_hdl
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sat, 26 Apr 2014 16:55:30 +0000 (18:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2014 17:16:19 +0000 (10:16 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/usb_ops_linux.c
drivers/staging/rtl8723au/include/rtw_io.h

index c861a791f43d9c80bfd04fd93a31b84f3a7c6084..4b23e8a6e194c40eafea326e630b856f24061fad 100644 (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));
 
index 86ecbea77ed35bd7159eb86db84f22774c1501c4..2abc24d429cda5988fb8ca8c1ce186ee733c048b 100644 (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 {