mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
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>
This commit is contained in:
parent
ec550d246e
commit
5a46790ca4
@ -137,8 +137,6 @@ extern struct ctl_table ether_table[];
|
|||||||
|
|
||||||
extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
|
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
|
||||||
|
|
||||||
#endif /* _LINUX_IF_ETHER_H */
|
#endif /* _LINUX_IF_ETHER_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user