Skip to content
Snippets Groups Projects
Commit 783a91fd authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

eth: make eth_address_set static

parent 45f08d35
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment