X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=58a1b6b42dddba6c85c10330bacdb48f7438e4f4;hb=69eb887b0c2380791d33f7c07bfba88d7c5cef15;hp=55538f6b60ffc56648687f9f72fd7d0ebafe6af3;hpb=c85749e6d1df55ca5b23cb1d220ed7df92df8d78;p=linux-2.6 diff --git a/net/sysctl_net.c b/net/sysctl_net.c index 55538f6b60..58a1b6b42d 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c @@ -37,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,