bzip2/lzma: make flush_buffer() unconditional
authorIngo Molnar <mingo@elte.hu>
Sat, 10 Jan 2009 11:06:19 +0000 (12:06 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 10 Jan 2009 11:06:19 +0000 (12:06 +0100)
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>

No differences found