diff options
author | Thomas Graf <tgraf@suug.ch> | 2005-06-18 22:51:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-18 22:51:12 -0700 |
commit | 88121aea7bdb5fdc527388e262381829c4e1db16 (patch) | |
tree | 9b5a020b737a6d13c1ecd131baf08fe873fbd446 /include | |
parent | c7fb64db001f83ece669c76a02d8ec2fdb1dd307 (diff) | |
download | op-kernel-dev-88121aea7bdb5fdc527388e262381829c4e1db16.zip op-kernel-dev-88121aea7bdb5fdc527388e262381829c4e1db16.tar.gz |
[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')
-rw-r--r-- | include/net/neighbour.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 17191ac..8980989 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -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; |