[PATCH] include/linux/ext4_fs.h - remove duplicate include

From: Joe Perches
Date: Sun Mar 09 2008 - 19:59:40 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

include/linux/ext4_fs.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h
index 2500325..5c1677a 100644
--- a/include/linux/ext4_fs.h
+++ b/include/linux/ext4_fs.h
@@ -19,7 +19,6 @@
#include <linux/types.h>
#include <linux/blkdev.h>
#include <linux/magic.h>
-
#include <linux/ext4_fs_i.h>

/*
@@ -176,7 +175,6 @@ struct ext4_group_desc
#define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */

#ifdef __KERNEL__
-#include <linux/ext4_fs_i.h>
#include <linux/ext4_fs_sb.h>
#endif
/*


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/