From c650e1be41536a453d115e6b73898fa5dabdadc2 Mon Sep 17 00:00:00 2001
From: Remy Bohmer <linux@bohmer.net>
Date: Sat, 19 Feb 2011 20:15:14 +0100
Subject: [PATCH] Fix compile warning in net/eth.c

Signed-off-by: Remy Bohmer <linux@bohmer.net>
---
 net/eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.39.5