[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1205106904.656.98.camel@localhost>
Date: Sun, 09 Mar 2008 16:55:04 -0700
From: Joe Perches <joe@...ches.com>
To: "Ted Ts'o" <tytso@....edu>, Andreas Dilger <adilger@...sterfs.com>,
Dave Kleikamp <shaggy@...tin.ibm.com>,
Eric Sandeen <sandeen@...hat.com>,
Mingming Cao <cmm@...ibm.com>
Cc: linux-ext4 <linux-ext4@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] include/linux/ext4_fs.h - remove duplicate include
Signed-off-by: Joe Perches <joe@...ches.com>
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-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists