staging: r8188eu: Remove unused union
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 14 Feb 2014 22:54:12 +0000 (16:54 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Feb 2014 20:36:16 +0000 (12:36 -0800)
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_xmit.h

index 1ac1dd3..62f5db1 100644 (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;