Commit ef8f342b authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller

neigh: remove next ptr from struct neigh_table

After commit
d7480fd3 ("neigh: remove dynamic neigh table registration support"),
this field is not used anymore.

CC: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 16d8614b
......@@ -190,7 +190,6 @@ struct neigh_hash_table {
struct neigh_table {
struct neigh_table *next;
int family;
int entry_size;
int key_len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment