Commit b38310e99ed09163062902285edd6d7b3fc136d6

Authored by Joe Perches
Committed by David S. Miller
1 parent 634d7df89a

include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUF

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/linux/if_ether.h
... ... @@ -137,8 +137,6 @@
137 137 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
138 138  
139 139 #define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
140   -#define MAC_BUF_SIZE 18
141   -#define DECLARE_MAC_BUF(var) char var[MAC_BUF_SIZE]
142 140  
143 141 #endif
144 142