From: Jakub Kicinski Date: Thu, 7 Oct 2021 18:18:45 +0000 (-0700) Subject: ethernet: un-export nvmem_get_mac_address() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=da8f606e15c773c7e6950edab3d12105dc40615d;p=linux.git 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 Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index d7b8fa10fabb2..182de70ac2586 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -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)