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

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

index 3d5eb37a4c51ac5e659a276a9d55825bd4ca48ec..b02940accc4e384b58fa7e980269abfee6ec0bc7 100644 (file)
@@ -133,8 +133,6 @@ struct dvobj_priv {
        int     RtOutPipe[3];
        u8      Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */
 
-       u8      irq_alloc;
-
        struct rt_firmware firmware;
 
 /*-------- below is for USB INTERFACE --------*/