summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index cec0387891..3a7ff50bf3 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
OpenPOWER on IntegriCloud