Commit 0db0cfcc authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

r6040: remove unused variable mcr1 from private structure

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 90f750a8
...@@ -187,7 +187,7 @@ struct r6040_private { ...@@ -187,7 +187,7 @@ struct r6040_private {
dma_addr_t rx_ring_dma; dma_addr_t rx_ring_dma;
dma_addr_t tx_ring_dma; dma_addr_t tx_ring_dma;
u16 tx_free_desc; u16 tx_free_desc;
u16 mcr0, mcr1; u16 mcr0;
struct net_device *dev; struct net_device *dev;
struct mii_bus *mii_bus; struct mii_bus *mii_bus;
struct napi_struct napi; struct napi_struct napi;
......
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