Przeglądaj źródła

Fix compile warning in net/eth.c

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Remy Bohmer 14 lat temu
rodzic
commit
c650e1be41
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      net/eth.c

+ 1 - 1
net/eth.c

@@ -453,7 +453,7 @@ int eth_receive(volatile void *packet, int length)
 void eth_try_another(int first_restart)
 void eth_try_another(int first_restart)
 {
 {
 	static struct eth_device *first_failed = NULL;
 	static struct eth_device *first_failed = NULL;
-	char *ethrotate, *act;
+	char *ethrotate;
 
 
 	/*
 	/*
 	 * Do not rotate between network interfaces when
 	 * Do not rotate between network interfaces when