diff options
Diffstat (limited to 'fs/udf/udfdecl.h')
| -rw-r--r-- | fs/udf/udfdecl.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index 023e19ba5a2e..1033b7cf2939 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include "osta_udf.h" | 6 | #include "osta_udf.h" |
| 7 | 7 | ||
| 8 | #include <linux/fs.h> | 8 | #include <linux/fs.h> |
| 9 | #include <linux/config.h> | ||
| 10 | #include <linux/types.h> | 9 | #include <linux/types.h> |
| 11 | #include <linux/udf_fs_i.h> | 10 | #include <linux/udf_fs_i.h> |
| 12 | #include <linux/udf_fs_sb.h> | 11 | #include <linux/udf_fs_sb.h> |
| @@ -47,9 +46,9 @@ extern struct inode_operations udf_dir_inode_operations; | |||
| 47 | extern const struct file_operations udf_dir_operations; | 46 | extern const struct file_operations udf_dir_operations; |
| 48 | extern struct inode_operations udf_file_inode_operations; | 47 | extern struct inode_operations udf_file_inode_operations; |
| 49 | extern const struct file_operations udf_file_operations; | 48 | extern const struct file_operations udf_file_operations; |
| 50 | extern struct address_space_operations udf_aops; | 49 | extern const struct address_space_operations udf_aops; |
| 51 | extern struct address_space_operations udf_adinicb_aops; | 50 | extern const struct address_space_operations udf_adinicb_aops; |
| 52 | extern struct address_space_operations udf_symlink_aops; | 51 | extern const struct address_space_operations udf_symlink_aops; |
| 53 | 52 | ||
| 54 | struct udf_fileident_bh | 53 | struct udf_fileident_bh |
| 55 | { | 54 | { |
