From: akpm@linux-foundation.org Date: Tue, 6 Mar 2007 07:10:39 +0000 (-0800) Subject: [GFS2] build fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086;p=deliverable%2Flinux.git [GFS2] build fix fs/gfs2/glock.c:2198: error: 'THIS_MODULE' undeclared here (not in a function) Cc: Steven Whitehouse Signed-off-by: Andrew Morton --- diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 8597fde2dba0..12accb08fe02 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include