diff options
Diffstat (limited to 'fs/squashfs/decompressor.h')
-rw-r--r-- | fs/squashfs/decompressor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h index 8ba70cff09a6..330073e29029 100644 --- a/fs/squashfs/decompressor.h +++ b/fs/squashfs/decompressor.h | |||
@@ -56,4 +56,8 @@ extern const struct squashfs_decompressor squashfs_xz_comp_ops; | |||
56 | extern const struct squashfs_decompressor squashfs_lzo_comp_ops; | 56 | extern const struct squashfs_decompressor squashfs_lzo_comp_ops; |
57 | #endif | 57 | #endif |
58 | 58 | ||
59 | #ifdef CONFIG_SQUASHFS_ZLIB | ||
60 | extern const struct squashfs_decompressor squashfs_zlib_comp_ops; | ||
61 | #endif | ||
62 | |||
59 | #endif | 63 | #endif |