diff options
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r-- | fs/squashfs/squashfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 305ce15d2d2d..733a17c42945 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h | |||
@@ -100,7 +100,7 @@ extern const struct address_space_operations squashfs_symlink_aops; | |||
100 | extern const struct inode_operations squashfs_symlink_inode_ops; | 100 | extern const struct inode_operations squashfs_symlink_inode_ops; |
101 | 101 | ||
102 | /* xattr.c */ | 102 | /* xattr.c */ |
103 | extern struct xattr_handler *squashfs_xattr_handlers[]; | 103 | extern const struct xattr_handler *squashfs_xattr_handlers[]; |
104 | 104 | ||
105 | /* zlib_wrapper.c */ | 105 | /* zlib_wrapper.c */ |
106 | extern const struct squashfs_decompressor squashfs_zlib_comp_ops; | 106 | extern const struct squashfs_decompressor squashfs_zlib_comp_ops; |