From: Adrian Bunk Date: Mon, 16 Jul 2007 06:41:25 +0000 (-0700) Subject: fs/namespace.c should #include "internal.h" X-Git-Tag: v3.12-rc1~28429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa;p=kernel%2Fkernel-generic.git fs/namespace.c should #include "internal.h" Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/namespace.c b/fs/namespace.c index 9211da4..4198003 100644 --- a/fs/namespace.c +++ b/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);