summaryrefslogtreecommitdiffstats
path: root/lib/decompress_bunzip2.c
Commit message (Collapse)AuthorAgeFilesLines
* use kernel bunzip implementationSascha Hauer2011-11-291-0/+756
The kernel uncompression functions have a unified API. Switch to the kernel implementation to unify the different uncompression APIs. As a bonus the kernel implementation is much smaller. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>