arm64: kernel: Include _AC definition in page.h
authorJames Morse <james.morse@arm.com>
Wed, 27 Apr 2016 16:47:08 +0000 (17:47 +0100)
committerAlex Shi <alex.shi@linaro.org>
Thu, 10 Nov 2016 07:54:26 +0000 (15:54 +0800)
commitc193591874c3b92c96ea47218ce5c6ee8fd23d1e
tree8117d054df364e856389bc90c0279b5996681f17
parent3b5f4eb5962e4fe312327850eeaa4f5fc662ec70
arm64: kernel: Include _AC definition in page.h

page.h uses '_AC' in the definition of PAGE_SIZE, but doesn't include
linux/const.h where this is defined. This produces build warnings when only
asm/page.h is included by asm code.

Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit 812264550dcba6cdbe84bfac2f27e7d23b5b8733)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/include/asm/page.h