diff options
| author | Remy Bohmer <linux@bohmer.net> | 2011-02-19 20:15:14 +0100 |
|---|---|---|
| committer | Remy Bohmer <linux@bohmer.net> | 2011-02-19 20:32:38 +0100 |
| commit | c650e1be41536a453d115e6b73898fa5dabdadc2 (patch) | |
| tree | ceb3d79d1da0355135c08e9c77bddecc2c86adfd /net/eth.c | |
| parent | 3a26c43e422c514f17297302adde8d743349ccf9 (diff) | |
| download | olio-uboot-2014.01-c650e1be41536a453d115e6b73898fa5dabdadc2.tar.xz olio-uboot-2014.01-c650e1be41536a453d115e6b73898fa5dabdadc2.zip | |
Fix compile warning in net/eth.c
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'net/eth.c')
| -rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |