diff mbox

[1/2] ext2: remove unused header files

Message ID 1425448323-220091-1-git-send-email-shengyong1@huawei.com
State Not Applicable, archived
Headers show

Commit Message

shengyong March 4, 2015, 5:52 a.m. UTC
Remove unused header files, and header files which are included in ext2.h.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
---
 fs/ext2/acl.c   | 4 ----
 fs/ext2/super.c | 1 -
 2 files changed, 5 deletions(-)
diff mbox

Patch

diff --git a/fs/ext2/acl.c b/fs/ext2/acl.c
index 27695e6..e2a6f61 100644
--- a/fs/ext2/acl.c
+++ b/fs/ext2/acl.c
@@ -4,10 +4,6 @@ 
  * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
  */
 
-#include <linux/init.h>
-#include <linux/sched.h>
-#include <linux/slab.h>
-#include <linux/fs.h>
 #include "ext2.h"
 #include "xattr.h"
 #include "acl.h"
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index d0e746e..9b42e0f 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -18,7 +18,6 @@ 
 
 #include <linux/module.h>
 #include <linux/string.h>
-#include <linux/fs.h>
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <linux/blkdev.h>