mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
eth: make eth_address_set static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
45f08d359f
commit
783a91fdbb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue