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

staging: r8188eu: Remove unused union

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd86e98c
...@@ -105,11 +105,6 @@ struct tx_desc { ...@@ -105,11 +105,6 @@ struct tx_desc {
__le32 txdw7; __le32 txdw7;
}; };
union txdesc {
struct tx_desc txdesc;
unsigned int value[TXDESC_SIZE>>2];
};
struct hw_xmit { struct hw_xmit {
struct __queue *sta_queue; struct __queue *sta_queue;
int accnt; int accnt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment