staging: r8188eu: Remove unused union

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Larry Finger 2014-02-14 16:54:12 -06:00 committed by Greg Kroah-Hartman
parent bd86e98cb9
commit 88faf1b3bb

View file

@ -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;