staging: r8188eu: if2 is not used
authorMartin Kaiser <martin@kaiser.cx>
Fri, 26 Nov 2021 17:32:02 +0000 (18:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 14:11:33 +0000 (15:11 +0100)
Remove if2 from struct dvobj_priv. It is not used.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211126173205.21352-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/drv_types.h

index 3e49283..c3d8ef1 100644 (file)
@@ -129,7 +129,6 @@ struct rt_firmware {
 
 struct dvobj_priv {
        struct adapter *if1;
-       struct adapter *if2;
 
        /* For 92D, DMDP have 2 interface. */
        u8      InterfaceNumber;