]> Pileus Git - ~andy/linux/commit
arm64: compiling issue, need add include/asm/vga.h file
authorChen Gang <gang.chen@asianux.com>
Wed, 24 Apr 2013 10:58:24 +0000 (11:58 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 25 Apr 2013 16:45:47 +0000 (17:45 +0100)
commit4b3ea2e04d2b8b37c5bc472f710d706b42e4fa06
treeaacffbe0eb0f65559bb469d9e71b99178462ee80
parent72aea393a2e7c53a951bc581f18a79315f47036b
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 <gang.chen@asianux.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/Kbuild