diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-21 17:03:22 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-10-10 08:54:44 +0100 |
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 6b6ae453734..d403fd70807 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -25,8 +25,6 @@ #include <asm/uaccess.h> #include <linux/seq_file.h> #include <linux/debugfs.h> -#include <linux/module.h> -#include <linux/kallsyms.h> #include "gfs2.h" #include "incore.h" |