Przeglądaj źródła

nfs: include internal.h in getroot.h

Sparse warning:
fs/nfs/nfs4getroot.c:11:5: warning: symbol 'nfs4_get_rootfh' was not declared.
Should it be static?

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Stanislav Kinsbursky 13 lat temu
rodzic
commit
4e437e95ae
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      fs/nfs/getroot.c

+ 2 - 0
fs/nfs/getroot.c

@@ -32,6 +32,8 @@
 
 
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 
 
+#include "internal.h"
+
 #define NFSDBG_FACILITY		NFSDBG_CLIENT
 #define NFSDBG_FACILITY		NFSDBG_CLIENT
 
 
 /*
 /*