summaryrefslogtreecommitdiffstats
path: root/include/linux/if_ether.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-05-26 16:30:57 -0400
committerDavid S. Miller <davem@davemloft.net>2011-05-27 13:40:54 -0400
commit9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b (patch)
treec9e55acbe10c741258125e51b9784d6db49409e0 /include/linux/if_ether.h
parent686a7e32ca7fdd819eb9606abd3db52b77d1479f (diff)
downloadop-kernel-dev-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.zip
op-kernel-dev-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.tar.gz
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h
index 0f1325d..0065ffd 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);
OpenPOWER on IntegriCloud