Skip to content

Commit

Permalink
[NET]: Eliminate unused /proc/sys/net/ethernet
Browse files Browse the repository at this point in the history
The /proc/sys/net/ethernet directory has been sitting empty for more than
10 years!  Time to eliminate it!

Signed-off-by: Jes Sorensen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jes Sorensen authored and davem330 committed Jun 5, 2006
1 parent 92cd6ee commit 6569a35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion net/ethernet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
#

obj-y += eth.o
obj-$(CONFIG_SYSCTL) += sysctl_net_ether.o
obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o
obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o
14 changes: 0 additions & 14 deletions net/ethernet/sysctl_net_ether.c

This file was deleted.

8 changes: 0 additions & 8 deletions net/sysctl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6569a35

Please sign in to comment.