]> git.baikalelectronics.ru Git - uboot.git/commit
fs/btrfs: use asm/unaligned.h
authorJens Wiklander <jens.wiklander@linaro.org>
Mon, 22 May 2023 12:22:36 +0000 (14:22 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 18:05:34 +0000 (14:05 -0400)
commit149175eb6bfe6514070decc4c668abe13e2ff4fc
treebbb6304c50525ce6ecc43e320ad8e32535b79071
parentf001a94291c6afaeb4ab90c7d68ae79d0ff313c5
fs/btrfs: use asm/unaligned.h

Use asm/unaligned.h instead of linux/unaligned/access_ok.h for unaligned
access. This is needed on architectures that doesn't handle unaligned
accesses directly.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
fs/btrfs/crypto/hash.c