diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-04-18 13:21:42 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-04-19 12:43:47 -0400 |
commit | e99170ff3b799a9fd43d538932a9231fac1de9d4 (patch) | |
tree | b5926023a010c4f8b3993ff6d06cfd51a9462613 /include | |
parent | 7866babad542bb5e1dc95deb5800b577abef58dd (diff) | |
download | linux-3.10-e99170ff3b799a9fd43d538932a9231fac1de9d4.tar.gz linux-3.10-e99170ff3b799a9fd43d538932a9231fac1de9d4.tar.bz2 linux-3.10-e99170ff3b799a9fd43d538932a9231fac1de9d4.zip |
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 7eebbab7160..e8bbe8118de 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -53,6 +53,7 @@ struct rpc_timeout { struct rpc_task; struct rpc_xprt; +struct seq_file; /* * This describes a complete RPC request |