summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-10-16 12:32:24 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-10-16 12:37:59 -0400
commitd6aa6a81d41eb48125b4622306b61dd398923ad9 (patch)
tree74f99d5c772310ff68abfe9ca63c92300880124e /fs
parent1813badd98ce02e4b96d8997b68ddef4d4ad4ec5 (diff)
downloadlinux-d6aa6a81d41eb48125b4622306b61dd398923ad9.tar.gz
linux-d6aa6a81d41eb48125b4622306b61dd398923ad9.tar.xz
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 <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/nfs4getroot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4getroot.c b/fs/nfs/nfs4getroot.c
index 6a83780e0ce6..549462e5b9b0 100644
--- a/fs/nfs/nfs4getroot.c
+++ b/fs/nfs/nfs4getroot.c
@@ -5,6 +5,7 @@
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
+#include "internal.h"
#define NFSDBG_FACILITY NFSDBG_CLIENT