Commit 88121aea authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table



Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c7fb64db
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -69,8 +69,6 @@ struct neigh_parms
	struct neigh_parms *next;
	int	(*neigh_setup)(struct neighbour *);
	struct neigh_table *tbl;
	int	entries;
	void	*priv;

	void	*sysctl_table;

@@ -193,7 +191,6 @@ struct neigh_table
	atomic_t		entries;
	rwlock_t		lock;
	unsigned long		last_rand;
	struct neigh_parms	*parms_list;
	kmem_cache_t		*kmem_cachep;
	struct neigh_statistics	*stats;
	struct neighbour	**hash_buckets;