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-Tag: omap-for-v3.10/dt-fixes-for-merge-window~100^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3ea2e04d2b8b37c5bc472f710d706b42e4fa06;p=pandora-kernel.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 --- Reading git-diff-tree failed