aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2009-04-22 20:18:19 -0400
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-04-28 13:00:02 -0400
commitdcf1a3573eae69937fb14462369c4d3e6f4a37f1 (patch)
tree587a2d13fa80e0a0f6297e80dd609e3e6e777b4f /net/sunrpc/svc_xprt.c
parent4ba170c2bb77713e999ac6fb9ffe6ddd99d2f25a (diff)
downloadkernel_samsung_smdk4412-dcf1a3573eae69937fb14462369c4d3e6f4a37f1.zip
kernel_samsung_smdk4412-dcf1a3573eae69937fb14462369c4d3e6f4a37f1.tar.gz
kernel_samsung_smdk4412-dcf1a3573eae69937fb14462369c4d3e6f4a37f1.tar.bz2
net/sunrpc/svc_xprt.c: fix sparse warnings
Fix the following sparse warnings in net/sunrpc/svc_xprt.c. warning: symbol 'svc_recv' was not declared. Should it be static? warning: symbol 'svc_drop' was not declared. Should it be static? warning: symbol 'svc_send' was not declared. Should it be static? warning: symbol 'svc_close_all' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'net/sunrpc/svc_xprt.c')
-rw-r--r--net/sunrpc/svc_xprt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c
index c200d92..f200393 100644
--- a/net/sunrpc/svc_xprt.c
+++ b/net/sunrpc/svc_xprt.c
@@ -11,6 +11,7 @@
#include <net/sock.h>
#include <linux/sunrpc/stats.h>
#include <linux/sunrpc/svc_xprt.h>
+#include <linux/sunrpc/svcsock.h>
#define RPCDBG_FACILITY RPCDBG_SVCXPRT