]> git.baikalelectronics.ru Git - kernel.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)
commit1a5298fb417929c4ae4134341a90945f747e1491
tree601da5995a1cd645f64f67af04130f229b5a1df8
parent6f9bcfcf217e37ca91254a0520e8e3727ae7c1ef
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