staging: r8188eu: RegUsbSS is not used
authorMartin Kaiser <martin@kaiser.cx>
Sun, 6 Feb 2022 17:59:23 +0000 (18:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 09:29:43 +0000 (10:29 +0100)
RegUsbSS in struct dvobj_priv is not used. Remove it.

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

index 79ff0b25914c95102f7b63c5a9e7a5317d20c26c..e3acac56ce6ef84daa55132919608734c562bee3 100644 (file)
@@ -139,7 +139,6 @@ struct dvobj_priv {
 
        u8      ishighspeed;
        u8      RtNumOutPipes;
-       int     RegUsbSS;
        struct semaphore usb_suspend_sema;
 
        struct usb_interface *pusbintf;