From: Tobias Klauser Date: Mon, 15 May 2017 11:40:20 +0000 (+0200) Subject: arm64: mm: explicity include linux/vmalloc.h X-Git-Tag: v4.13-rc1~147^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6efd8499d9bda657fc82621b24d6122a01332c19;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Tobias Klauser Signed-off-by: Will Deacon --- diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c index 0c429ec..23c2d89 100644 --- a/arch/arm64/mm/mmu.c +++ b/arch/arm64/mm/mmu.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include