[PATCH 12/14] staging: r8188eu: irq_alloc is not used

From: Martin Kaiser
Date: Sun Feb 06 2022 - 11:19:16 EST


irq_alloc in struct dvobj_priv is not used. Remove it.

Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
---
drivers/staging/r8188eu/include/drv_types.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/r8188eu/include/drv_types.h b/drivers/staging/r8188eu/include/drv_types.h
index 3d5eb37a4c51..b02940accc4e 100644
--- a/drivers/staging/r8188eu/include/drv_types.h
+++ b/drivers/staging/r8188eu/include/drv_types.h
@@ -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 --------*/
--
2.30.2