Skip to content

Commit

Permalink
eth: make eth_address_set static
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Hofstee <[email protected]>
  • Loading branch information
jhofstee authored and trini committed Oct 25, 2014
1 parent 45f08d3 commit 783a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 783a91f

Please sign in to comment.