diff --git a/[refs] b/[refs] index 6f08d4fc0473..c8f3e69f3422 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 235365f3aaaa10b7056293877c0ead50425f25c7 +refs/heads/master: fea5fa875eb235dc186b1f5184eb36abc63e26cc diff --git a/trunk/include/linux/if_ether.h b/trunk/include/linux/if_ether.h index e157c1399b61..7a1e011b8a2c 100644 --- a/trunk/include/linux/if_ether.h +++ b/trunk/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