Browse Source

eth: make eth_address_set static

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Jeroen Hofstee 9 years ago
parent
commit
783a91fdbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/eth.c

+ 1 - 1
net/eth.c

@@ -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);
 }