X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=58a1b6b42dddba6c85c10330bacdb48f7438e4f4;hb=74f4903363579d3336c294ebb11f02c8f35845ca;hp=c5241fcbb9662451918242557022da60ff003ca0;hpb=ef88b7dba2b47c70037a34a599d383462bb74bd3;p=linux-2.6-omap-h63xx.git diff --git a/net/sysctl_net.c b/net/sysctl_net.c index c5241fcbb96..58a1b6b42dd 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,