diff options
| -rw-r--r-- | include/linux/ext2_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index f7bd1c7ebefb..facf34e98954 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #define _LINUX_EXT2_FS_H | 17 | #define _LINUX_EXT2_FS_H |
| 18 | 18 | ||
| 19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
| 20 | #include <linux/ext2_fs_sb.h> | ||
| 21 | 20 | ||
| 22 | /* | 21 | /* |
| 23 | * The second extended filesystem constants/structures | 22 | * The second extended filesystem constants/structures |
| @@ -70,6 +69,7 @@ | |||
| 70 | #define EXT2_SUPER_MAGIC 0xEF53 | 69 | #define EXT2_SUPER_MAGIC 0xEF53 |
| 71 | 70 | ||
| 72 | #ifdef __KERNEL__ | 71 | #ifdef __KERNEL__ |
| 72 | #include <linux/ext2_fs_sb.h> | ||
| 73 | static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb) | 73 | static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb) |
| 74 | { | 74 | { |
| 75 | return sb->s_fs_info; | 75 | return sb->s_fs_info; |
