From: Mark Brown Date: Thu, 18 Aug 2022 21:36:11 +0000 (+0100) Subject: arm64/sysreg: Directly include bitfield.h X-Git-Tag: v6.0-rc3~16^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02e483f8d414cc4f467389843d61b63bbbbcd892;p=thirdparty%2Flinux.git arm64/sysreg: Directly include bitfield.h The SYS_FIELD_ macros in sysreg.h use definitions from bitfield.h but there is no direct inclusion of it, add one to ensure that sysreg.h is directly usable. Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20220818213613.733091-2-broonie@kernel.org Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h index 7c71358d44c4a..c670026770156 100644 --- a/arch/arm64/include/asm/sysreg.h +++ b/arch/arm64/include/asm/sysreg.h @@ -1116,6 +1116,7 @@ #else +#include #include #include #include