diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2014-02-16 19:36:06 +0800 |
---|---|---|
committer | Hans-Christian Egtvedt <hegtvedt@cisco.com> | 2014-02-17 11:24:48 +0100 |
commit | d7668f9d448aa757971ec3e68ecedb5ebecbddcc (patch) | |
tree | c81f50312c3e989cb65580a4f04933fe4cb21fa7 /arch/avr32/include | |
parent | 1bbce4f3d11a6bfac0c51800f6337766f82b42da (diff) |
avr32: add generic vga.h to Kbuild
Need add generic "vga.h", or can not pass building for allmodconfig,
the related error:
CC [M] drivers/gpu/drm/drm_irq.o
In file included from include/linux/vgaarb.h:34,
from drivers/gpu/drm/drm_irq.c:42:
include/video/vga.h:22:21: error: asm/vga.h: No such file or directory
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Hans-Christian Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to 'arch/avr32/include')
-rw-r--r-- | arch/avr32/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/Kbuild b/arch/avr32/include/asm/Kbuild index cfb9fe1b8df9..c7c64a63c29f 100644 --- a/arch/avr32/include/asm/Kbuild +++ b/arch/avr32/include/asm/Kbuild @@ -17,5 +17,6 @@ generic-y += scatterlist.h generic-y += sections.h generic-y += topology.h generic-y += trace_clock.h +generic-y += vga.h generic-y += xor.h generic-y += hash.h |