arm64/sysreg: Directly include bitfield.h
authorMark Brown <broonie@kernel.org>
Thu, 18 Aug 2022 21:36:11 +0000 (22:36 +0100)
committerWill Deacon <will@kernel.org>
Tue, 23 Aug 2022 10:26:00 +0000 (11:26 +0100)
commit02e483f8d414cc4f467389843d61b63bbbbcd892
tree9ac04c2bd8a97a48e9e9f4596c7c93317b8939e9
parente75d18cecbb3805895d8ed64da4f78575ec96043
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>
arch/arm64/include/asm/sysreg.h