Commit 4b3ea2e0 authored by Chen Gang's avatar Chen Gang Committed by Catalin Marinas

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: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 72aea393
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment