aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-06-19 01:51:12 -0400
committerDavid S. Miller <davem@davemloft.net>2005-06-19 01:51:12 -0400
commit88121aea7bdb5fdc527388e262381829c4e1db16 (patch)
tree9b5a020b737a6d13c1ecd131baf08fe873fbd446 /include/net/neighbour.h
parentc7fb64db001f83ece669c76a02d8ec2fdb1dd307 (diff)
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/neighbour.h')
-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;