Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086
Commit:     95d97b7dd7d7a7a13d11a38b3ecb64849d2e5086
Parent:     631c42e170564108423fa4073531db159f2523ea
Author:     [EMAIL PROTECTED] <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 5 23:10:39 2007 -0800
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Wed Mar 7 14:03:25 2007 -0500

    [GFS2] build fix
    
    fs/gfs2/glock.c:2198: error: 'THIS_MODULE' undeclared here (not in a 
function)
    
    Cc: Steven Whitehouse <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
 fs/gfs2/glock.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
index 8597fde..12accb0 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>
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to