Skip to content

Commit

Permalink
include/linux/if_ether.h: Remove unused #define MAC_FMT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed Aug 24, 2010
1 parent ec550d2 commit 5a46790
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/if_ether.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 5a46790

Please sign in to comment.