Message ID | 20180717120651.15748-10-dsahern@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/include/net/arp.h b/include/net/arp.h index 7b503bedd9fb..fae3561db10b 100644 --- a/include/net/arp.h +++ b/include/net/arp.h @@ -7,9 +7,6 @@ #include <linux/hash.h> #include <net/neighbour.h> - -extern struct neigh_table arp_tbl; - static inline struct neigh_table *ipv4_neigh_table(struct net *net) { return neigh_find_table(net, AF_INET); diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 078951ac54fd..6fc58a61acdd 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -72,8 +72,6 @@ struct net_proto_family; struct sk_buff; struct prefix_info; -extern struct neigh_table nd_tbl; - struct nd_msg { struct icmp6hdr icmph; struct in6_addr target;