diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-11 19:47:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-11 19:47:44 -0500 |
commit | 9b739ba5e66c96938fbc07a4dbd9da5b81eac56f (patch) | |
tree | 7a9fe83f69aac8b870144ee90a2b6071a3f96165 /include/net/neighbour.h | |
parent | 7e452baf6b96b5aeba097afd91501d33d390cc97 (diff) |
net: remove struct neigh_table::pde
->pde isn't actually needed, since name is stashed in ->id.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/neighbour.h')
-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 aa4b708654a4..365b5e260239 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h | |||
@@ -180,9 +180,6 @@ struct neigh_table | |||
180 | __u32 hash_rnd; | 180 | __u32 hash_rnd; |
181 | unsigned int hash_chain_gc; | 181 | unsigned int hash_chain_gc; |
182 | struct pneigh_entry **phash_buckets; | 182 | struct pneigh_entry **phash_buckets; |
183 | #ifdef CONFIG_PROC_FS | ||
184 | struct proc_dir_entry *pde; | ||
185 | #endif | ||
186 | }; | 183 | }; |
187 | 184 | ||
188 | /* flags for neigh_update() */ | 185 | /* flags for neigh_update() */ |