diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-17 22:04:24 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 18:20:28 -0500 |
commit | 1313e6034a73a55d6293dbdc62b8853dd067771a (patch) | |
tree | 36708780a59d4b77d365a77d1e889b44000566fc /fs/nfs/pagelist.c | |
parent | 12bc372b96b35a2dc9245ec61369028932b82ea8 (diff) | |
download | kernel_goldelico_gta04-1313e6034a73a55d6293dbdc62b8853dd067771a.zip kernel_goldelico_gta04-1313e6034a73a55d6293dbdc62b8853dd067771a.tar.gz kernel_goldelico_gta04-1313e6034a73a55d6293dbdc62b8853dd067771a.tar.bz2 |
NFS: Remove unnecessary includes from linux/nfs_fs_i.h
Also from linux/nfs_xdr.h.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index 5668f7c..77a184e 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -13,6 +13,7 @@ #include <linux/file.h> #include <linux/sched.h> #include <linux/sunrpc/clnt.h> +#include <linux/nfs.h> #include <linux/nfs3.h> #include <linux/nfs4.h> #include <linux/nfs_page.h> |