aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorakpm@linux-foundation.org <akpm@linux-foundation.org>2007-03-05 23:10:39 -0800
committerSteven Whitehouse <swhiteho@redhat.com>2007-03-07 14:03:25 -0500
commit95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086 (patch)
tree15203dc62e76e5905e12ef89d9add14ccbd13609 /fs
parent[GFS2] go_drop_bh is never used, so remove it (diff)
downloadlinux-dev-95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086.tar.xz
linux-dev-95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086.zip
[GFS2] build fix
fs/gfs2/glock.c:2198: error: 'THIS_MODULE' undeclared here (not in a function) Cc: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/gfs2/glock.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/list.h>
#include <linux/lm_interface.h>
#include <linux/wait.h>
+#include <linux/module.h>
#include <linux/rwsem.h>
#include <asm/uaccess.h>