X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=cd4eafbab1b8e265b70657033cc9a1047a16bce2;hb=5ac12c6fe1b5fbda0d0caedb8214cde545a5737c;hp=c5241fcbb9662451918242557022da60ff003ca0;hpb=826509f8110049663799bc20f2b5b6170e2f78ca;p=linux-2.6 diff --git a/net/sysctl_net.c b/net/sysctl_net.c index c5241fcbb9..cd4eafbab1 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c @@ -12,10 +12,11 @@ * */ -#include #include #include +#include + #ifdef CONFIG_INET #include #endif @@ -35,14 +36,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,