From c650e1be41536a453d115e6b73898fa5dabdadc2 Mon Sep 17 00:00:00 2001 From: Remy Bohmer Date: Sat, 19 Feb 2011 20:15:14 +0100 Subject: Fix compile warning in net/eth.c Signed-off-by: Remy Bohmer --- net/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.1