summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller2011-05-26 22:30:57 +0200
committerDavid S. Miller2011-05-27 19:40:54 +0200
commit9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b (patch)
treec9e55acbe10c741258125e51b9784d6db49409e0
parentinetpeer: fix race in unused_list manipulations (diff)
downloadkernel-qcow2-linux-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.tar.gz
kernel-qcow2-linux-9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b.tar.xz
kernel-qcow2-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>
-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 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);