aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprtsock.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-24 18:24:02 +0200
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-11-26 16:24:50 -0500
commit483066d62ec583fb6379377a9bfa8d5645b91c75 (patch)
treec8750759402d7aa9f62714ef550d7d9516db6676 /include/linux/sunrpc/xprtsock.h
parentNFS: fs/nfs/dir.c should #include "internal.h" (diff)
downloadlinux-dev-483066d62ec583fb6379377a9bfa8d5645b91c75.tar.xz
linux-dev-483066d62ec583fb6379377a9bfa8d5645b91c75.zip
SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static
xs_setup_{udp,tcp}() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/xprtsock.h')
-rw-r--r--include/linux/sunrpc/xprtsock.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sunrpc/xprtsock.h b/include/linux/sunrpc/xprtsock.h
index 2c6c2c2783d8..c2a46c45c8f7 100644
--- a/include/linux/sunrpc/xprtsock.h
+++ b/include/linux/sunrpc/xprtsock.h
@@ -9,12 +9,6 @@
#ifdef __KERNEL__
-/*
- * Socket transport setup operations
- */
-struct rpc_xprt *xs_setup_udp(struct xprt_create *args);
-struct rpc_xprt *xs_setup_tcp(struct xprt_create *args);
-
int init_socket_xprt(void);
void cleanup_socket_xprt(void);