mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
eth: make eth_address_set static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
@ -153,7 +153,7 @@ static void eth_current_changed(void)
|
|||||||
setenv("ethact", NULL);
|
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);
|
return memcmp(addr, "\0\0\0\0\0\0", 6);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user