From: Chen Gang Date: Wed, 24 Apr 2013 10:58:24 +0000 (+0100) Subject: arm64: compiling issue, need add include/asm/vga.h file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4b3ea2e04d2b8b37c5bc472f710d706b42e4fa06;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm64: compiling issue, need add include/asm/vga.h file For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory Signed-off-by: Chen Gang Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild index a13a4a493d56..79a642d199f2 100644 --- a/arch/arm64/include/asm/Kbuild +++ b/arch/arm64/include/asm/Kbuild @@ -48,4 +48,5 @@ generic-y += trace_clock.h generic-y += types.h generic-y += unaligned.h generic-y += user.h +generic-y += vga.h generic-y += xor.h