Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88faf1b3 authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: Remove unused union

parent bd86e98c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -105,11 +105,6 @@ struct tx_desc {
	__le32 txdw7;
};

union txdesc {
	struct tx_desc txdesc;
	unsigned int value[TXDESC_SIZE>>2];
};

struct	hw_xmit	{
	struct __queue *sta_queue;
	int	accnt;