Skip to content
Commit 612a201d authored by This contributor prefers not to receive mails's avatar This contributor prefers not to receive mails Committed by Tom Rini
Browse files

fs/squashfs: Fix compilation error



Commit 401d1c4f ("common: Drop
asm/global_data.h from common header") broke compilation of squashfs
filesystem when CONFIG_CMD_SQUASHFS=y is enabled.

Compilation is failing on error:

    aarch64-linux-gnu-ld.bfd: u-boot/fs/squashfs/sqfs_inode.c:121: undefined reference to `le32_to_cpu'

Fixes: 401d1c4f ("common: Drop asm/global_data.h from common header")
Suggested-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 2b82b1d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment