diff options
Diffstat (limited to 'fs/isofs/compress.c')
| -rw-r--r-- | fs/isofs/compress.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c index 4917315db732..731816332b12 100644 --- a/fs/isofs/compress.c +++ b/fs/isofs/compress.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | * Transparent decompression of files on an iso9660 filesystem | 16 | * Transparent decompression of files on an iso9660 filesystem |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include <linux/config.h> | ||
| 20 | #include <linux/module.h> | 19 | #include <linux/module.h> |
| 21 | #include <linux/init.h> | 20 | #include <linux/init.h> |
| 22 | 21 | ||
| @@ -312,7 +311,7 @@ eio: | |||
| 312 | return err; | 311 | return err; |
| 313 | } | 312 | } |
| 314 | 313 | ||
| 315 | struct address_space_operations zisofs_aops = { | 314 | const struct address_space_operations zisofs_aops = { |
| 316 | .readpage = zisofs_readpage, | 315 | .readpage = zisofs_readpage, |
| 317 | /* No sync_page operation supported? */ | 316 | /* No sync_page operation supported? */ |
| 318 | /* No bmap operation supported */ | 317 | /* No bmap operation supported */ |
