From 982c37cfb6e61c0e64634abc2e305d757c1405b2 Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Wed, 17 Oct 2007 14:35:15 -0500 Subject: 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 --- net/9p/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/9p/Makefile') diff --git a/net/9p/Makefile b/net/9p/Makefile index 7b2a67abc0a0..5059bc06f8f3 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 \ -- cgit v1.2.3