summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sunrpc_syms.c
diff options
context:
space:
mode:
authorChuck Lever2005-11-01 18:24:48 +0100
committerTrond Myklebust2005-11-04 21:39:45 +0100
commitc556b754967afd0878d65de2cfe0675577b0f62f (patch)
treefac27d23ff5230bef203fa30f26ba9faee56d987 /net/sunrpc/sunrpc_syms.c
parentNFSv4: Teach NFSv4 to cache locks when we hold a delegation (diff)
downloadkernel-qcow2-linux-c556b754967afd0878d65de2cfe0675577b0f62f.tar.gz
kernel-qcow2-linux-c556b754967afd0878d65de2cfe0675577b0f62f.tar.xz
kernel-qcow2-linux-c556b754967afd0878d65de2cfe0675577b0f62f.zip
SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
The sunrpc module should build properly even when CONFIG_SYSCTL is disabled. Reported by Jan-Benedict Glaw. Test plan: Compile kernel with CONFIG_NFS as a module and built-in, and CONFIG_SYSCTL enabled and disabled. Signed-off-by: Chuck Lever <cel@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/sunrpc_syms.c')
-rw-r--r--net/sunrpc/sunrpc_syms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c
index 2387e7b823ff..a03d4b600c92 100644
--- a/net/sunrpc/sunrpc_syms.c
+++ b/net/sunrpc/sunrpc_syms.c
@@ -63,8 +63,6 @@ EXPORT_SYMBOL(rpc_mkpipe);
/* Client transport */
EXPORT_SYMBOL(xprt_create_proto);
EXPORT_SYMBOL(xprt_set_timeout);
-EXPORT_SYMBOL(xprt_udp_slot_table_entries);
-EXPORT_SYMBOL(xprt_tcp_slot_table_entries);
/* Client credential cache */
EXPORT_SYMBOL(rpcauth_register);