From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- fs/namespace.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/namespace.c~fs-namespacec-should-include-internalh fs/namespace.c --- a/fs/namespace.c~fs-namespacec-should-include-internalh +++ a/fs/namespace.c @@ -28,6 +28,7 @@ #include #include #include "pnode.h" +#include "internal.h" /* spinlock for vfsmount related operations, inplace of dcache_lock */ __cacheline_aligned_in_smp DEFINE_SPINLOCK(vfsmount_lock); _