Commit 7e2e109c authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by David S. Miller
Browse files

[NET]: Remove unneeded ifdefs from sysctl_net_core.c



This file is already compiled out when the SYSCTL=n, so
these ifdefs, that enclose the whole file, can be removed.

Signed-off-by: default avatarPavel Emelyanov <xemul@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2eeeba39
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -13,8 +13,6 @@
#include <net/sock.h>
#include <net/sock.h>
#include <net/xfrm.h>
#include <net/xfrm.h>


#ifdef CONFIG_SYSCTL

ctl_table core_table[] = {
ctl_table core_table[] = {
#ifdef CONFIG_NET
#ifdef CONFIG_NET
	{
	{
@@ -151,5 +149,3 @@ ctl_table core_table[] = {
	},
	},
	{ .ctl_name = 0 }
	{ .ctl_name = 0 }
};
};

#endif