Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XZ: Fix missing <linux/kernel.h> include
<linux/kernel.h> is needed for min_t. The old version happened to work on x86 because <asm/unaligned.h> indirectly includes <linux/kernel.h>, but it didn't work on ARM. <linux/kernel.h> includes <asm/byteorder.h> so it's not necessary to include it explicitly anymore. Signed-off-by: Lasse Collin <[email protected]> Cc: stable <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information