From: Jakub Kicinski Date: Thu, 7 Oct 2021 18:18:45 +0000 (-0700) Subject: ethernet: un-export nvmem_get_mac_address() X-Git-Tag: block-5.16-2021-11-13~96^2~260^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=da8f606e15c773c7e6950edab3d12105dc40615d;p=linux-block.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 d7b8fa10fabb..182de70ac258 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)