diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-21 11:03:22 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-10-10 03:54:44 -0400 |
commit | aa0481e58a9a97a97035725a712920b5fe32f348 (patch) | |
tree | 53a0244e0e1de14762ad1803aec1550e555064e5 /fs/gfs2/glock.c | |
parent | 26caee5bc643b318fa2e9bd4f66dace1755ec413 (diff) |
[GFS2] Clean up duplicate includes in fs/gfs2/
This patch cleans up duplicate includes in
fs/gfs2/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 6b6ae4537340..d403fd708075 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c | |||
@@ -25,8 +25,6 @@ | |||
25 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
26 | #include <linux/seq_file.h> | 26 | #include <linux/seq_file.h> |
27 | #include <linux/debugfs.h> | 27 | #include <linux/debugfs.h> |
28 | #include <linux/module.h> | ||
29 | #include <linux/kallsyms.h> | ||
30 | 28 | ||
31 | #include "gfs2.h" | 29 | #include "gfs2.h" |
32 | #include "incore.h" | 30 | #include "incore.h" |