aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/sysreg.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-08-18 22:36:11 +0100
committerWill Deacon <will@kernel.org>2022-08-23 11:26:00 +0100
commit02e483f8d414cc4f467389843d61b63bbbbcd892 (patch)
tree9ac04c2bd8a97a48e9e9f4596c7c93317b8939e9 /arch/arm64/include/asm/sysreg.h
parentarm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level (diff)
downloadlinux-dev-02e483f8d414cc4f467389843d61b63bbbbcd892.tar.xz
linux-dev-02e483f8d414cc4f467389843d61b63bbbbcd892.zip
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 <broonie@kernel.org> Link: https://lore.kernel.org/r/20220818213613.733091-2-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/arm64/include/asm/sysreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h
index 7c71358d44c4..c67002677015 100644
--- a/arch/arm64/include/asm/sysreg.h
+++ b/arch/arm64/include/asm/sysreg.h
@@ -1116,6 +1116,7 @@
#else
+#include <linux/bitfield.h>
#include <linux/build_bug.h>
#include <linux/types.h>
#include <asm/alternative.h>