X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=58a1b6b42dddba6c85c10330bacdb48f7438e4f4;hb=69eb887b0c2380791d33f7c07bfba88d7c5cef15;hp=c5241fcbb9662451918242557022da60ff003ca0;hpb=4dd9e909e3b834b66fd48d6eac50c6557cc50275;p=linux-2.6 diff --git a/net/sysctl_net.c b/net/sysctl_net.c index c5241fcbb9..58a1b6b42d 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c @@ -16,6 +16,8 @@ #include #include +#include + #ifdef CONFIG_INET #include #endif @@ -35,14 +37,6 @@ struct ctl_table net_table[] = { .mode = 0555, .child = core_table, }, -#ifdef CONFIG_NET - { - .ctl_name = NET_ETHER, - .procname = "ethernet", - .mode = 0555, - .child = ether_table, - }, -#endif #ifdef CONFIG_INET { .ctl_name = NET_IPV4,