[PATCH 07/9] lzma: Make lzma available to non initramfs/initrd code

2009-12-07 Thread Phillip Lougher
Add a config option DECOMPRESS_LZMA_NEEDED which allows subsystems to specify they need the unlzma code. Normally decompress_unlzma.c is compiled with __init and unlzma is not exported to modules. Move INIT definition into separate header files for bzip2/lzma/inflate so it can be defined

[PATCH 07/9] lzma: Make lzma available to non initramfs/initrd code

2009-12-07 Thread root
Add a config option DECOMPRESS_LZMA_NEEDED which allows subsystems to specify they need the unlzma code. Normally decompress_unlzma.c is compiled with __init and unlzma is not exported to modules. Move INIT definition into separate header files for bzip2/lzma/inflate so it can be defined