IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocks

Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
Simon Horman 2011-04-05 11:25:03 +09:00
parent 7f5c6d4f66
commit e3f6a652fd
1 changed files with 0 additions and 3 deletions

View File

@ -1984,9 +1984,6 @@ static const struct file_operations ip_vs_info_fops = {
.release = seq_release_private,
};
#endif
#ifdef CONFIG_PROC_FS
static int ip_vs_stats_show(struct seq_file *seq, void *v)
{
struct net *net = seq_file_single_net(seq);