Browse Source

[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>
Jesper Juhl 18 years ago
parent
commit
aa0481e58a
3 changed files with 0 additions and 4 deletions
  1. 0 2
      fs/gfs2/glock.c
  2. 0 1
      fs/gfs2/locking/dlm/lock_dlm.h
  3. 0 1
      fs/gfs2/locking/nolock/main.c

+ 0 - 2
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"

+ 0 - 1
fs/gfs2/locking/dlm/lock_dlm.h

@@ -13,7 +13,6 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/spinlock.h>
-#include <linux/module.h>
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/list.h>

+ 0 - 1
fs/gfs2/locking/nolock/main.c

@@ -9,7 +9,6 @@
 
 #include <linux/module.h>
 #include <linux/slab.h>
-#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/types.h>
 #include <linux/fs.h>