diff options
author | David S. Miller <davem@davemloft.net> | 2011-05-26 16:30:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-27 13:40:54 -0400 |
commit | 9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b (patch) | |
tree | c9e55acbe10c741258125e51b9784d6db49409e0 /include/linux/if_ether.h | |
parent | 686a7e32ca7fdd819eb9606abd3db52b77d1479f (diff) | |
download | linux-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.tar.gz linux-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.tar.bz2 linux-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.zip |
net: Kill ether_table[] declaration.
This got missed back in 2006 when Jes Sorensen deleted
net/ethernet/sysctl_net_ether.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_ether.h')
-rw-r--r-- | include/linux/if_ether.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index 0f1325d98295..0065ffd3226b 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -132,10 +132,6 @@ static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr); -#ifdef CONFIG_SYSCTL -extern struct ctl_table ether_table[]; -#endif - int mac_pton(const char *s, u8 *mac); extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len); |