diff options
author | Eric Van Hensbergen <ericvh@ericvh-laptop.(none)> | 2007-10-17 14:35:15 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | 2007-10-17 14:35:15 -0500 |
commit | 982c37cfb6e61c0e64634abc2e305d757c1405b2 (patch) | |
tree | 084d81419cde8c6cd807d1a909ff413e5589c2ed /net/9p/Makefile | |
parent | fb0466c3ae7f1c73f70072af8fd27ac166908a2f (diff) | |
download | op-kernel-dev-982c37cfb6e61c0e64634abc2e305d757c1405b2.zip op-kernel-dev-982c37cfb6e61c0e64634abc2e305d757c1405b2.tar.gz |
9p: remove sysctl
A sysctl method was added to enable and disable debugging levels. After
further review, it was decided that there are better approaches to doing this
and the sysctl methodology isn't really desirable. This patch removes the
sysctl code from 9p.
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'net/9p/Makefile')
-rw-r--r-- | net/9p/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/9p/Makefile b/net/9p/Makefile index 7b2a67a..5059bc0 100644 --- a/net/9p/Makefile +++ b/net/9p/Makefile @@ -10,7 +10,5 @@ obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o fcprint.o \ util.o \ -9pnet-$(CONFIG_SYSCTL) += sysctl.o - 9pnet_fd-objs := \ trans_fd.o \ |