]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kexec_file: include linux/vmalloc.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 11 Dec 2018 10:05:46 +0000 (11:05 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 11 Dec 2018 10:37:38 +0000 (10:37 +0000)
commita3e162c7757a21d5fb5ad5db99674e9bd424ec9f
tree6450d10c6a66d802017fe975468e0b5f5695d46a
parentf05764a7793c7305c8e372b68df7c1a4aa6cc167
arm64: kexec_file: include linux/vmalloc.h

This is needed for compilation in some configurations that don't
include it implicitly:

arch/arm64/kernel/machine_kexec_file.c: In function 'arch_kimage_file_post_load_cleanup':
arch/arm64/kernel/machine_kexec_file.c:37:2: error: implicit declaration of function 'vfree'; did you mean 'kvfree'? [-Werror=implicit-function-declaration]

Fixes: 5bfcc5256d08 ("arm64: kexec_file: load initrd and device-tree")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/machine_kexec_file.c