diff options
author | Trond Myklebust | 2006-04-18 19:21:42 +0200 |
---|---|---|
committer | Trond Myklebust | 2006-04-19 18:43:47 +0200 |
commit | e99170ff3b799a9fd43d538932a9231fac1de9d4 (patch) | |
tree | b5926023a010c4f8b3993ff6d06cfd51a9462613 /include/linux | |
parent | NFS: fix PROC_FS=n compile error (diff) | |
download | kernel-qcow2-linux-e99170ff3b799a9fd43d538932a9231fac1de9d4.tar.gz kernel-qcow2-linux-e99170ff3b799a9fd43d538932a9231fac1de9d4.tar.xz kernel-qcow2-linux-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/linux')
-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 7eebbab7160b..e8bbe8118de8 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 |