Skip to content
Commit 3e275c64 authored by Mark Brown's avatar Mark Brown Committed by Will Deacon
Browse files

arm64: asm: Explicitly include linux/personality.h in asm/page.h



asm/page.h uses READ_IMPLIES_EXEC from linux/personality.h but does not
explicitly include it causing build failures in -next where whatever was
causing it to be implicitly included has changed to remove that
inclusion.  Add an explicit inclusion to fix this.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
[will: moved #include inside #ifndef __ASSEMBLY__ block]
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 811d61e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment