commit | 736f93236ce786d1bcf09ad4dcb38a360d35ea1b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Jan 10 12:06:19 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 10 12:06:19 2009 +0100 |
tree | 9d400ee537c86df5b8fbd890d0942e550305bf03 | |
parent | b17304245f0db0ac69b795c411407808f3f2796d [diff] |
bzip2/lzma: make flush_buffer() unconditional Impact: build fix flush_buffer() is used unconditionally: init/initramfs.c:456: error: 'flush_buffer' undeclared (first use in this function) init/initramfs.c:456: error: (Each undeclared identifier is reported only once init/initramfs.c:456: error: for each function it appears in.) So remove the decompressor #ifdefs from around it. Signed-off-by: Ingo Molnar <mingo@elte.hu>