From: Trond Myklebust Date: Tue, 16 Oct 2012 16:32:24 +0000 (-0400) Subject: NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h" X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=d6aa6a81d41eb48125b4622306b61dd398923ad9;p=linux-edison.git NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h" Fix a warning about "no previous prototype for ‘nfs4_get_rootfh’" Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4getroot.c b/fs/nfs/nfs4getroot.c index 6a83780e0ce..549462e5b9b 100644 --- a/fs/nfs/nfs4getroot.c +++ b/fs/nfs/nfs4getroot.c @@ -5,6 +5,7 @@ #include #include "nfs4_fs.h" +#include "internal.h" #define NFSDBG_FACILITY NFSDBG_CLIENT