From: Remy Bohmer Date: Sat, 19 Feb 2011 19:15:14 +0000 (+0100) Subject: Fix compile warning in net/eth.c X-Git-Tag: v2011.03-rc2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c650e1be41536a453d115e6b73898fa5dabdadc2;p=kernel%2Fu-boot.git Fix compile warning in net/eth.c Signed-off-by: Remy Bohmer --- diff --git a/net/eth.c b/net/eth.c index cec0387..3a7ff50 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