• Arnd Bergmann's avatar
    arm64: kexec_file: include linux/vmalloc.h · 732291c4
    Arnd Bergmann authored
    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: 52b2a8af ("arm64: kexec_file: load initrd and device-tree")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    732291c4
machine_kexec_file.c 4.83 KB