1 --- a/fs/squashfs/Makefile
2 +++ b/fs/squashfs/Makefile
7 -obj-y := inode.o squashfs2_0.o LzmaDecode.o
8 +obj-y := inode.o LzmaDecode.o
12 --- a/fs/squashfs/squashfs.h
13 +++ b/fs/squashfs/squashfs.h
15 #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY
16 #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY
18 +#ifdef CONFIG_SQUASHFS_2_0_COMPATIBILITY
19 +#undef CONFIG_SQUASHFS_2_0_COMPATIBILITY
22 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args)