Skip to content

Commit

Permalink
ethernet: un-export nvmem_get_mac_address()
Browse files Browse the repository at this point in the history
nvmem_get_mac_address() is only called from of_net.c
we don't need the export.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
kuba-moo authored and davem330 committed Oct 8, 2021
1 parent faeb8e7 commit da8f606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ethernet/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit da8f606

Please sign in to comment.