X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=58a1b6b42dddba6c85c10330bacdb48f7438e4f4;hb=538c5902b81cc384e93ad3834b6d4a0b3fcb2285;hp=c5241fcbb9662451918242557022da60ff003ca0;hpb=ddbf9ef385bfbef897210733abfb73cb9b94ecec;p=powerpc.git 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,