Revision | c650e1be41536a453d115e6b73898fa5dabdadc2 (tree) |
---|---|
Time | 2011-02-20 04:32:38 |
Author | Remy Bohmer <linux@bohm...> |
Commiter | Remy Bohmer |
Fix compile warning in net/eth.c
Signed-off-by: Remy Bohmer <linux@bohmer.net>
@@ -453,7 +453,7 @@ int eth_receive(volatile void *packet, int length) | ||
453 | 453 | void eth_try_another(int first_restart) |
454 | 454 | { |
455 | 455 | static struct eth_device *first_failed = NULL; |
456 | - char *ethrotate, *act; | |
456 | + char *ethrotate; | |
457 | 457 | |
458 | 458 | /* |
459 | 459 | * Do not rotate between network interfaces when |