Skip to content
Commit 736f9323 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent b1730424
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment