Skip to content

Commit

Permalink
neigh: remove next ptr from struct neigh_table
Browse files Browse the repository at this point in the history
After commit
d7480fd ("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>
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Dec 26, 2014
1 parent 16d8614 commit ef8f342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/neighbour.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ struct neigh_hash_table {


struct neigh_table {
struct neigh_table *next;
int family;
int entry_size;
int key_len;
Expand Down

0 comments on commit ef8f342

Please sign in to comment.