aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/proc_fs.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-04-12 02:09:03 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2013-05-01 17:29:40 -0400
commit4abfd0298900851930310e5d736a7f3a105089ec (patch)
treea798024b92393712c103d32f0b68b1e135287ca0 /include/linux/proc_fs.h
parentproc: Split the namespace stuff out into linux/proc_ns.h (diff)
downloadwireguard-linux-4abfd0298900851930310e5d736a7f3a105089ec.tar.xz
wireguard-linux-4abfd0298900851930310e5d736a7f3a105089ec.zip
proc: Move PDE_NET() to fs/proc/proc_net.c
Move PDE_NET() to fs/proc/proc_net.c as that's where the only user is. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r--include/linux/proc_fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index 8f7d8f24141a..33772248a3b1 100644
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@ -187,11 +187,6 @@ static inline void *PDE_DATA(const struct inode *inode)
return PROC_I(inode)->pde->data;
}
-static inline struct net *PDE_NET(struct proc_dir_entry *pde)
-{
- return pde->parent->data;
-}
-
#include <linux/signal.h>
void render_sigset_t(struct seq_file *m, const char *header, sigset_t *set);