Commit 1313e603 authored by Trond Myklebust's avatar Trond Myklebust

NFS: Remove unnecessary includes from linux/nfs_fs_i.h

Also from linux/nfs_xdr.h.
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 12bc372b
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <linux/file.h> #include <linux/file.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/sunrpc/clnt.h> #include <linux/sunrpc/clnt.h>
#include <linux/nfs.h>
#include <linux/nfs3.h> #include <linux/nfs3.h>
#include <linux/nfs4.h> #include <linux/nfs4.h>
#include <linux/nfs_page.h> #include <linux/nfs_page.h>
......
#ifndef _NFS_FS_I #ifndef _NFS_FS_I
#define _NFS_FS_I #define _NFS_FS_I
#include <asm/types.h>
#include <linux/list.h>
#include <linux/nfs.h>
struct nlm_lockowner; struct nlm_lockowner;
/* /*
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#define _LINUX_NFS_XDR_H #define _LINUX_NFS_XDR_H
#include <linux/nfsacl.h> #include <linux/nfsacl.h>
#include <linux/nfs3.h>
#include <linux/sunrpc/gss_api.h> #include <linux/sunrpc/gss_api.h>
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment