diff options
author | Menglong Dong <dong.menglong@zte.com.cn> | 2020-11-09 03:12:03 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2021-02-01 10:32:28 -0500 |
commit | c0da04ae079fb4979b921f8b46a6eeb15a4f803c (patch) | |
tree | cc2cf578d13c6b092c92e453ee3a27d327284fa7 /fs/nfs/nfs4proc.c | |
parent | 12b20ce34933c007cc850151cadf9c8c585c8b8d (diff) |
fs/nfs: remove duplicate include
'nfs42.h' is already included above and can be removed here.
Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 2f4679a62712..224773eb61b1 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -71,10 +71,6 @@ #include "nfs4trace.h" -#ifdef CONFIG_NFS_V4_2 -#include "nfs42.h" -#endif /* CONFIG_NFS_V4_2 */ - #define NFSDBG_FACILITY NFSDBG_PROC #define NFS4_BITMASK_SZ 3 |