提交 88faf1b3 编写于 作者: L Larry Finger 提交者: Greg Kroah-Hartman

staging: r8188eu: Remove unused union

Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册