]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: asm: Explicitly include linux/personality.h in asm/page.h
authorMark Brown <broonie@kernel.org>
Thu, 28 Jan 2016 12:18:28 +0000 (12:18 +0000)
committerWill Deacon <will.deacon@arm.com>
Wed, 3 Feb 2016 19:22:02 +0000 (19:22 +0000)
commit4695eb6498b900c91fca01e5aa69ac30ca29eceb
treebe8f3b5c054b2813930f045e3a9e81176f413f7e
parent647f7fba0fa335eb8c8eb20cb58d223dd29552a8
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: Mark Brown <broonie@kernel.org>
[will: moved #include inside #ifndef __ASSEMBLY__ block]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/page.h