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 | |
parent | 3a26c43e422c514f17297302adde8d743349ccf9 (diff) |
Fix compile warning in net/eth.c
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c index cec03878912..3a7ff50bf39 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 |