Skip to content

Commit

Permalink
ext4: remove duplicate include of ext4_fs_i.h header file
Browse files Browse the repository at this point in the history
include/linux/ext4_fs_i.h is included in include/linux/ext_fs.h twice
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Joe Perches authored and Theodore Ts'o committed Apr 29, 2008
1 parent d3a95d4 commit 418f6e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/ext4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/types.h>
#include <linux/blkdev.h>
#include <linux/magic.h>

#include <linux/ext4_fs_i.h>

/*
Expand Down Expand Up @@ -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
/*
Expand Down

0 comments on commit 418f6e9

Please sign in to comment.