ethernet: un-export nvmem_get_mac_address()
nvmem_get_mac_address() is only called from of_net.c we don't need the export. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
faeb8e7a0a
commit
da8f606e15
|
@ -558,7 +558,6 @@ int nvmem_get_mac_address(struct device *dev, void *addrbuf)
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(nvmem_get_mac_address);
|
||||
|
||||
static int fwnode_get_mac_addr(struct fwnode_handle *fwnode,
|
||||
const char *name, char *addr)
|
||||
|
|
Loading…
Reference in New Issue