Skip to content
Commit 6efd8499 authored by Tobias Klauser's avatar Tobias Klauser Committed by Will Deacon
Browse files

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: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 1149aad1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment