]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerWill Deacon <will.deacon@arm.com>
Thu, 28 Apr 2016 11:05:46 +0000 (12:05 +0100)
commit11fc3099fba22800f6708c8e27952414ed808a25
tree6765c94f4e6de7d8162fbda4d5303fcb37617404
parent83cdaab52411258d925ff4ebe9657167c554a1ed
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>
arch/arm64/include/asm/page.h