diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c index 4dc327e02456..e3b4a35caac6 100644 --- a/fs/nfsd/auth.c +++ b/fs/nfsd/auth.c @@ -3,6 +3,7 @@ #include #include "nfsd.h" +#include "export.h" #include "auth.h" int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp) diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h index 4583d7d51a88..b35e9a9a112d 100644 --- a/fs/nfsd/nfsd.h +++ b/fs/nfsd/nfsd.h @@ -23,8 +23,6 @@ #include -#include "export.h" - #undef ifdebug #ifdef CONFIG_SUNRPC_DEBUG # define ifdebug(flag) if (nfsd_debug & NFSDDBG_##flag)