projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631c42e
)
[GFS2] build fix
author
akpm@linux-foundation.org
<akpm@linux-foundation.org>
Tue, 6 Mar 2007 07:10:39 +0000
(23:10 -0800)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 7 Mar 2007 19:03:25 +0000
(14:03 -0500)
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>
fs/gfs2/glock.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/glock.c
b/fs/gfs2/glock.c
index 8597fde2dba0ad7aa9ae9ecae23e27cfa799cc62..12accb08fe02d3e701fa49e79d9e1a1c7519f495 100644
(file)
--- 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>