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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent e75d18c commit 02e483f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)