]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/if_ether.h
drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be...
[karo-tx-linux.git] / include / linux / if_ether.h
index 005e1525ab867d19be402a948ddc6efcbe2fd4c8..299b4121f91486b90780601f2e6bc389674131e8 100644 (file)
@@ -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"
-#define MAC_BUF_SIZE   18
-#define DECLARE_MAC_BUF(var) char var[MAC_BUF_SIZE]
 
 #endif