]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/if_ether.h
include/linux/if_ether.h: Remove unused #define MAC_FMT
[net-next-2.6.git] / include / linux / if_ether.h
index c831467774d0e71963ccf774d310bd4f6dd91b8e..f9c3df03db0f0babecddf685250798807c9a7b97 100644 (file)
@@ -119,7 +119,7 @@ struct ethhdr {
        unsigned char   h_dest[ETH_ALEN];       /* destination eth addr */
        unsigned char   h_source[ETH_ALEN];     /* source ether addr    */
        __be16          h_proto;                /* packet type ID field */
-} __packed;
+} __attribute__((packed));
 
 #ifdef __KERNEL__
 #include <linux/skbuff.h>
@@ -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 */