diff options
| -rw-r--r-- | include/linux/ext3_fs.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 3ade6a4e3bd..f327a3b5dfb 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
| @@ -17,11 +17,6 @@ | |||
| 17 | #define _LINUX_EXT3_FS_H | 17 | #define _LINUX_EXT3_FS_H |
| 18 | 18 | ||
| 19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
| 20 | #include <linux/ext3_fs_i.h> | ||
| 21 | #include <linux/ext3_fs_sb.h> | ||
| 22 | |||
| 23 | |||
| 24 | struct statfs; | ||
| 25 | 20 | ||
| 26 | /* | 21 | /* |
| 27 | * The second extended filesystem constants/structures | 22 | * The second extended filesystem constants/structures |
| @@ -487,6 +482,8 @@ struct ext3_super_block { | |||
| 487 | }; | 482 | }; |
| 488 | 483 | ||
| 489 | #ifdef __KERNEL__ | 484 | #ifdef __KERNEL__ |
| 485 | #include <linux/ext3_fs_i.h> | ||
| 486 | #include <linux/ext3_fs_sb.h> | ||
| 490 | static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) | 487 | static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) |
| 491 | { | 488 | { |
| 492 | return sb->s_fs_info; | 489 | return sb->s_fs_info; |
