1
0
Fork 0

include/linux/if_ether.h: Remove unused #define MAC_FMT

Last use was removed, so remove the #define.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Joe Perches 2010-08-24 14:46:53 -07:00 committed by David S. Miller
parent ec550d246e
commit 5a46790ca4
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ extern struct ctl_table ether_table[];
extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
#endif
#endif /* _LINUX_IF_ETHER_H */