diff options
Diffstat (limited to 'net/ethernet/eth.c')
-rw-r--r-- | net/ethernet/eth.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 5a883affecd3..dd3db88f8f0a 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c | |||
@@ -393,10 +393,3 @@ ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len) | |||
393 | return ((ssize_t) l); | 393 | return ((ssize_t) l); |
394 | } | 394 | } |
395 | EXPORT_SYMBOL(sysfs_format_mac); | 395 | EXPORT_SYMBOL(sysfs_format_mac); |
396 | |||
397 | char *print_mac(char *buf, const unsigned char *addr) | ||
398 | { | ||
399 | _format_mac_addr(buf, MAC_BUF_SIZE, addr, ETH_ALEN); | ||
400 | return buf; | ||
401 | } | ||
402 | EXPORT_SYMBOL(print_mac); | ||