projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634d7df
)
include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUF
author
Joe Perches
<joe@perches.com>
Sun, 6 Dec 2009 10:35:30 +0000
(10:35 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Dec 2009 04:42:28 +0000
(20:42 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_ether.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if_ether.h
b/include/linux/if_ether.h
index 005e1525ab867d19be402a948ddc6efcbe2fd4c8..299b4121f91486b90780601f2e6bc389674131e8 100644
(file)
--- a/
include/linux/if_ether.h
+++ b/
include/linux/if_ether.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"
-#define MAC_BUF_SIZE 18
-#define DECLARE_MAC_BUF(var) char var[MAC_BUF_SIZE]
#endif