From: Joe Perches Date: Mon, 18 Feb 2008 07:35:28 +0000 (-0800) Subject: [NET]: Remove MAC_FMT X-Git-Tag: v2.6.25-rc3~9^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fea5fa875eb235dc186b1f5184eb36abc63e26cc;p=platform%2Fkernel%2Flinux-3.10.git [NET]: Remove MAC_FMT MAC_FMT is no longer used Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index e157c13..7a1e011 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -130,7 +130,6 @@ extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len); * Display a 6 byte device address (MAC) in a readable format. */ extern char *print_mac(char *buf, const unsigned char *addr); -#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" #define MAC_BUF_SIZE 18 #define DECLARE_MAC_BUF(var) char var[MAC_BUF_SIZE] __maybe_unused