aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/neighbour.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index 17191ac9be70..89809891e5ab 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -69,8 +69,6 @@ struct neigh_parms
69 struct neigh_parms *next; 69 struct neigh_parms *next;
70 int (*neigh_setup)(struct neighbour *); 70 int (*neigh_setup)(struct neighbour *);
71 struct neigh_table *tbl; 71 struct neigh_table *tbl;
72 int entries;
73 void *priv;
74 72
75 void *sysctl_table; 73 void *sysctl_table;
76 74
@@ -193,7 +191,6 @@ struct neigh_table
193 atomic_t entries; 191 atomic_t entries;
194 rwlock_t lock; 192 rwlock_t lock;
195 unsigned long last_rand; 193 unsigned long last_rand;
196 struct neigh_parms *parms_list;
197 kmem_cache_t *kmem_cachep; 194 kmem_cache_t *kmem_cachep;
198 struct neigh_statistics *stats; 195 struct neigh_statistics *stats;
199 struct neighbour **hash_buckets; 196 struct neighbour **hash_buckets;