net: nixge: Get rid of unused struct member 'last_link'
Get rid of unused struct member 'last_link' Signed-off-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3517c5b75d
commit
e93dd8a1ac
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ struct nixge_priv {
|
|||
|
||||
int tx_irq;
|
||||
int rx_irq;
|
||||
u32 last_link;
|
||||
|
||||
/* Buffer descriptors */
|
||||
struct nixge_hw_dma_bd *tx_bd_v;
|
||||
|
|
Loading…
Reference in a new issue