mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
[NET]: Eliminate unused /proc/sys/net/ethernet
The /proc/sys/net/ethernet directory has been sitting empty for more than 10 years! Time to eliminate it! Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
92cd6eeea6
commit
6569a351da
@@ -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,
|
||||
|
Reference in New Issue
Block a user