]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
r6040: remove unused variable mcr1 from private structure
authorFlorian Fainelli <florian@openwrt.org>
Wed, 11 Apr 2012 07:18:37 +0000 (07:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Apr 2012 20:06:23 +0000 (16:06 -0400)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rdc/r6040.c

index c10b0b89626b0639121d28d7155e47cce648a8e1..fa2959689d874aac65575bf263687c7c61ada055 100644 (file)
@@ -187,7 +187,7 @@ struct r6040_private {
        dma_addr_t rx_ring_dma;
        dma_addr_t tx_ring_dma;
        u16     tx_free_desc;
-       u16     mcr0, mcr1;
+       u16     mcr0;
        struct net_device *dev;
        struct mii_bus *mii_bus;
        struct napi_struct napi;