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>
This commit is contained in:
Chen Gang 2013-04-24 11:58:24 +01:00 committed by Catalin Marinas
parent 72aea393a2
commit 4b3ea2e04d
1 changed files with 1 additions and 0 deletions

View File

@ -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