diff options
| author | Adrian Bunk <bunk@kernel.org> | 2007-10-24 12:24:02 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-11-26 16:24:50 -0500 |
| commit | 483066d62ec583fb6379377a9bfa8d5645b91c75 (patch) | |
| tree | c8750759402d7aa9f62714ef550d7d9516db6676 /include/linux/sunrpc | |
| parent | 4c30d56edcaaa0446370189e8ab5c5393dc20ca3 (diff) | |
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')
| -rw-r--r-- | include/linux/sunrpc/xprtsock.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sunrpc/xprtsock.h b/include/linux/sunrpc/xprtsock.h index 2c6c2c2783..c2a46c45c8 100644 --- a/include/linux/sunrpc/xprtsock.h +++ b/include/linux/sunrpc/xprtsock.h | |||
| @@ -9,12 +9,6 @@ | |||
| 9 | 9 | ||
| 10 | #ifdef __KERNEL__ | 10 | #ifdef __KERNEL__ |
| 11 | 11 | ||
| 12 | /* | ||
| 13 | * Socket transport setup operations | ||
| 14 | */ | ||
| 15 | struct rpc_xprt *xs_setup_udp(struct xprt_create *args); | ||
| 16 | struct rpc_xprt *xs_setup_tcp(struct xprt_create *args); | ||
| 17 | |||
| 18 | int init_socket_xprt(void); | 12 | int init_socket_xprt(void); |
| 19 | void cleanup_socket_xprt(void); | 13 | void cleanup_socket_xprt(void); |
| 20 | 14 | ||
