diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-11 16:47:44 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-11 16:47:44 -0800 |
commit | 9b739ba5e66c96938fbc07a4dbd9da5b81eac56f (patch) | |
tree | 7a9fe83f69aac8b870144ee90a2b6071a3f96165 /include/net/neighbour.h | |
parent | 7e452baf6b96b5aeba097afd91501d33d390cc97 (diff) | |
download | linux-9b739ba5e66c96938fbc07a4dbd9da5b81eac56f.tar.gz linux-9b739ba5e66c96938fbc07a4dbd9da5b81eac56f.tar.bz2 linux-9b739ba5e66c96938fbc07a4dbd9da5b81eac56f.zip |
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 __u32 hash_rnd; unsigned int hash_chain_gc; struct pneigh_entry **phash_buckets; -#ifdef CONFIG_PROC_FS - struct proc_dir_entry *pde; -#endif }; /* flags for neigh_update() */ |