提交 7e2e109c 编写于 作者: P Pavel Emelyanov 提交者: David S. Miller

[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: NPavel Emelyanov <xemul@openvz.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 2eeeba39
......@@ -13,8 +13,6 @@
#include <net/sock.h>
#include <net/xfrm.h>
#ifdef CONFIG_SYSCTL
ctl_table core_table[] = {
#ifdef CONFIG_NET
{
......@@ -151,5 +149,3 @@ ctl_table core_table[] = {
},
{ .ctl_name = 0 }
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册