Commit 856f6ff7 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller

[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.

They are redundant as this file is linked in iff CONFIG_NET is turned
on.
Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 225c0a01
...@@ -51,7 +51,6 @@ int seq_open_net(struct inode *ino, struct file *f, ...@@ -51,7 +51,6 @@ int seq_open_net(struct inode *ino, struct file *f,
} }
EXPORT_SYMBOL_GPL(seq_open_net); EXPORT_SYMBOL_GPL(seq_open_net);
#ifdef CONFIG_NET
int seq_release_net(struct inode *ino, struct file *f) int seq_release_net(struct inode *ino, struct file *f)
{ {
struct seq_file *seq; struct seq_file *seq;
...@@ -219,4 +218,3 @@ int __init proc_net_init(void) ...@@ -219,4 +218,3 @@ int __init proc_net_init(void)
return register_pernet_subsys(&proc_net_ns_ops); return register_pernet_subsys(&proc_net_ns_ops);
} }
#endif /* CONFIG_NET */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment