eth: make eth_address_set static

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
Jeroen Hofstee 2014-10-08 22:57:36 +02:00 committed by Tom Rini
parent 45f08d359f
commit 783a91fdbb

View File

@ -153,7 +153,7 @@ static void eth_current_changed(void)
setenv("ethact", NULL);
}
int eth_address_set(unsigned char *addr)
static int eth_address_set(unsigned char *addr)
{
return memcmp(addr, "\0\0\0\0\0\0", 6);
}