]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: mm: explicity include linux/vmalloc.h
authorTobias Klauser <tklauser@distanz.ch>
Mon, 15 May 2017 11:40:20 +0000 (13:40 +0200)
committerWill Deacon <will.deacon@arm.com>
Tue, 30 May 2017 10:07:42 +0000 (11:07 +0100)
commit6efd8499d9bda657fc82621b24d6122a01332c19
tree601da5995a1cd645f64f67af04130f229b5a1df8
parent1149aad10b1e2f2cf1ea023889ac8604ae869c5a
arm64: mm: explicity include linux/vmalloc.h

arm64's mm/mmu.c uses vm_area_add_early, struct vm_area and other
definitions  but relies on implict inclusion of linux/vmalloc.h which
means that changes in other headers could break the build. Thus, add an
explicit include.

Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/mmu.c