Commit 2a02c1ad authored by Martin Kaiser's avatar Martin Kaiser Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: irq_alloc is not used



irq_alloc in struct dvobj_priv is not used. Remove it.

Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220206161809.423031-13-martin@kaiser.cx


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 72d8054a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -133,8 +133,6 @@ struct dvobj_priv {
	int	RtOutPipe[3];
	int	RtOutPipe[3];
	u8	Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */
	u8	Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */


	u8	irq_alloc;

	struct rt_firmware firmware;
	struct rt_firmware firmware;


/*-------- below is for USB INTERFACE --------*/
/*-------- below is for USB INTERFACE --------*/