Skip to content

Commit 02e483f

Browse files
brooniewilldeacon
authored andcommitted
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>
1 parent e75d18c commit 02e483f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/include/asm/sysreg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@
11161116

11171117
#else
11181118

1119+
#include <linux/bitfield.h>
11191120
#include <linux/build_bug.h>
11201121
#include <linux/types.h>
11211122
#include <asm/alternative.h>

0 commit comments

Comments
 (0)