X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=cd4eafbab1b8e265b70657033cc9a1047a16bce2;hb=bbf7c1dd2ae2b4040b41b1065ee9b1b6905b1605;hp=55538f6b60ffc56648687f9f72fd7d0ebafe6af3;hpb=bb77c03cf40fec911c4ce9610b8207bf0050a5fd;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,