Browse Source

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>
Nicolas Dichtel 10 years ago
parent
commit
ef8f342b43
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/net/neighbour.h

+ 0 - 1
include/net/neighbour.h

@@ -190,7 +190,6 @@ struct neigh_hash_table {
 
 
 
 
 struct neigh_table {
 struct neigh_table {
-	struct neigh_table	*next;
 	int			family;
 	int			family;
 	int			entry_size;
 	int			entry_size;
 	int			key_len;
 	int			key_len;