aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-11 16:47:44 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-11 16:47:44 -0800
commit9b739ba5e66c96938fbc07a4dbd9da5b81eac56f (patch)
tree7a9fe83f69aac8b870144ee90a2b6071a3f96165 /include/net/neighbour.h
parentMerge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadlinux-dev-9b739ba5e66c96938fbc07a4dbd9da5b81eac56f.tar.xz
linux-dev-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.h3
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() */