X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=cd4eafbab1b8e265b70657033cc9a1047a16bce2;hb=6fccab26df4f59815d7ec912e4111a92807780de;hp=55538f6b60ffc56648687f9f72fd7d0ebafe6af3;hpb=a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0;p=linux-2.6-omap-h63xx.git diff --git a/net/sysctl_net.c b/net/sysctl_net.c index 55538f6b60f..cd4eafbab1b 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c @@ -12,7 +12,6 @@ * */ -#include #include #include @@ -37,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,