From: Adrian Bunk Date: Wed, 21 Nov 2007 23:04:31 +0000 (-0800) Subject: NFS: fs/nfs/dir.c should #include "internal.h" X-Git-Tag: v2.6.24-rc4~92^2~6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4c30d56edcaaa0446370189e8ab5c5393dc20ca3;p=linux-2.6-omap-h63xx.git NFS: fs/nfs/dir.c should #include "internal.h" Every file should include the headers containing the prototypes for its global functions (in this case nfs_access_cache_shrinker()). Signed-off-by: Adrian Bunk Cc: Trond Myklebust Cc: "J. Bruce Fields" Signed-off-by: Andrew Morton Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 35334539d94..f697b5c74b7 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c @@ -38,6 +38,7 @@ #include "nfs4_fs.h" #include "delegation.h" #include "iostat.h" +#include "internal.h" /* #define NFS_DEBUG_VERBOSE 1 */