aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-08-19 00:39:45 -0700
committerDavid S. Miller <davem@davemloft.net>2010-08-19 00:39:45 -0700
commit9c38657cfcb739b7dc4ce9065a85b4f0c195bef8 (patch)
treef55839bb27b8c6e2acb83941096defdde590fdfd /drivers/net/sh_eth.c
parentnetxen: update version 4.0.74 (diff)
downloadlinux-dev-9c38657cfcb739b7dc4ce9065a85b4f0c195bef8.tar.xz
linux-dev-9c38657cfcb739b7dc4ce9065a85b4f0c195bef8.zip
net: sh_eth: remove unused variable
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sh_eth.c')
-rw-r--r--drivers/net/sh_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index f5a9eb1df593..79fd02bc69fd 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -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;