aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/neighbour.h
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2014-12-23 17:50:37 +0100
committerDavid S. Miller <davem@davemloft.net>2014-12-26 17:07:08 -0500
commitef8f342b43c48035458306b5e5b3dcb949929b1d (patch)
treefa68791fdc1367a36f818eb01fc254ad2d97d668 /include/net/neighbour.h
parentnet: xilinx: Remove unnecessary temac_property in the driver (diff)
downloadwireguard-linux-ef8f342b43c48035458306b5e5b3dcb949929b1d.tar.xz
wireguard-linux-ef8f342b43c48035458306b5e5b3dcb949929b1d.zip
neigh: remove next ptr from struct neigh_table
After commit d7480fd3b173 ("neigh: remove dynamic neigh table registration support"), this field is not used anymore. CC: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/neighbour.h')
-rw-r--r--include/net/neighbour.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index eb070b3674a1..76f708486aae 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -190,7 +190,6 @@ struct neigh_hash_table {
struct neigh_table {
- struct neigh_table *next;
int family;
int entry_size;
int key_len;