1 --- a/fs/squashfs/Makefile
2 +++ b/fs/squashfs/Makefile
5 obj-$(CONFIG_SQUASHFS) += squashfs.o
7 -squashfs-y += squashfs2_0.o
8 --- a/fs/squashfs/squashfs.h
9 +++ b/fs/squashfs/squashfs.h
11 #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY
12 #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY
14 +#ifdef CONFIG_SQUASHFS_2_0_COMPATIBILITY
15 +#undef CONFIG_SQUASHFS_2_0_COMPATIBILITY
19 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args)