aboutsummaryrefslogtreecommitdiff
path: root/fs/isofs/zisofs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/isofs/zisofs.h')
-rw-r--r--fs/isofs/zisofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/isofs/zisofs.h b/fs/isofs/zisofs.h
index d78485d101c..27379570915 100644
--- a/fs/isofs/zisofs.h
+++ b/fs/isofs/zisofs.h
@@ -15,7 +15,7 @@
*/
#ifdef CONFIG_ZISOFS
-extern struct address_space_operations zisofs_aops;
+extern const struct address_space_operations zisofs_aops;
extern int __init zisofs_init(void);
extern void zisofs_cleanup(void);
#endif