SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
authorChuck Lever <cel@netapp.com>
Tue, 1 Nov 2005 17:24:48 +0000 (12:24 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 Nov 2005 20:39:45 +0000 (15:39 -0500)
commitc556b754967afd0878d65de2cfe0675577b0f62f
treefac27d23ff5230bef203fa30f26ba9faee56d987
parent6bfc93ef98f00b38f1913a7fdeae46ae8dbd7c52
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>
net/sunrpc/sunrpc_syms.c
net/sunrpc/sysctl.c
net/sunrpc/xprtsock.c