aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/proc_fs.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-22 14:19:19 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-22 14:19:19 -0700
commit8086cd451f08f4c0f9693fc66d87754bbd18cfba (patch)
tree4cd564e413e6cd20905befa968361302e3ea2ec8 /include/linux/proc_fs.h
parentnetdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. (diff)
downloadlinux-dev-8086cd451f08f4c0f9693fc66d87754bbd18cfba.tar.xz
linux-dev-8086cd451f08f4c0f9693fc66d87754bbd18cfba.zip
netns: make get_proc_net() static
get_proc_net() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r--include/linux/proc_fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index fff1d27ddb4c..15a9eaf4a802 100644
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@ -305,8 +305,6 @@ static inline struct net *PDE_NET(struct proc_dir_entry *pde)
return pde->parent->data;
}
-struct net *get_proc_net(const struct inode *inode);
-
struct proc_maps_private {
struct pid *pid;
struct task_struct *task;