net: sh_eth: remove unused variable
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 19 Aug 2010 07:39:45 +0000 (00:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 07:39:45 +0000 (00:39 -0700)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.c

index f5a9eb1df59332f0d105d7ee83380471a0ff48f1..79fd02bc69fd0854f14e0fdac452980cd7fed74b 100644 (file)
@@ -1437,7 +1437,7 @@ static const struct net_device_ops sh_eth_netdev_ops = {
 
 static int sh_eth_drv_probe(struct platform_device *pdev)
 {
-       int ret, i, devno = 0;
+       int ret, devno = 0;
        struct resource *res;
        struct net_device *ndev = NULL;
        struct sh_eth_private *mdp;