aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2011-02-19 20:15:14 +0100
committerRemy Bohmer <linux@bohmer.net>2011-02-19 20:32:38 +0100
commitc650e1be41536a453d115e6b73898fa5dabdadc2 (patch)
treeceb3d79d1da0355135c08e9c77bddecc2c86adfd
parent3a26c43e422c514f17297302adde8d743349ccf9 (diff)
Fix compile warning in net/eth.c
Signed-off-by: Remy Bohmer <linux@bohmer.net>
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index cec038789..3a7ff50bf 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -453,7 +453,7 @@ int eth_receive(volatile void *packet, int length)
void eth_try_another(int first_restart)
{
static struct eth_device *first_failed = NULL;
- char *ethrotate, *act;
+ char *ethrotate;
/*
* Do not rotate between network interfaces when