Skip to content

Commit 9d931dd

Browse files
committed
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>
1 parent 686a7e3 commit 9d931dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/linux/if_ether.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
132132

133133
int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
134134

135-
#ifdef CONFIG_SYSCTL
136-
extern struct ctl_table ether_table[];
137-
#endif
138-
139135
int mac_pton(const char *s, u8 *mac);
140136
extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
141137

0 commit comments

Comments
 (0)