summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sunrpc_syms.c
diff options
context:
space:
mode:
author\"Talpey, Thomas\2007-09-10 19:47:31 +0200
committerTrond Myklebust2007-10-09 23:17:48 +0200
commit49c36fcc441baf6a4d698e3645d1adf28edaf57b (patch)
treeb5e51e610e67ffd8fbdffd7d2e7d49a91ad4a1fc /net/sunrpc/sunrpc_syms.c
parentSUNRPC: rename the rpc_xprtsock_create structure (diff)
downloadkernel-qcow2-linux-49c36fcc441baf6a4d698e3645d1adf28edaf57b.tar.gz
kernel-qcow2-linux-49c36fcc441baf6a4d698e3645d1adf28edaf57b.tar.xz
kernel-qcow2-linux-49c36fcc441baf6a4d698e3645d1adf28edaf57b.zip
SUNRPC: rearrange RPC sockets definitions
To prepare for including non-sockets-based RPC transports, move the sockets-dependent definitions into their own file. Signed-off-by: Tom Talpey <tmt@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, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c
index 384c4ad5ab86..33d89e842c85 100644
--- a/net/sunrpc/sunrpc_syms.c
+++ b/net/sunrpc/sunrpc_syms.c
@@ -20,7 +20,7 @@
#include <linux/sunrpc/auth.h>
#include <linux/workqueue.h>
#include <linux/sunrpc/rpc_pipe_fs.h>
-
+#include <linux/sunrpc/xprtsock.h>
/* RPC scheduler */
EXPORT_SYMBOL(rpc_execute);