]> Pileus Git - ~andy/linux/commit
openrisc: include: asm: Kbuild: add default "vga.h"
authorChen Gang <gang.chen@asianux.com>
Tue, 30 Jul 2013 07:58:11 +0000 (15:58 +0800)
committerJonas Bonn <jonas@southpole.se>
Tue, 5 Nov 2013 15:14:53 +0000 (16:14 +0100)
commitf69405ce6c0fc9f4a039011007371b31f80b470d
tree132720418c57c53e874f128639ba889799609712
parentee4f96d0f02cda38dd22538bbd595742b2bfd089
openrisc: include: asm: Kbuild: add default "vga.h"

Add default "vga.h", or compiling fails with 'allmodconfig'.

The related error:

    CC [M]  drivers/gpu/drm/drm_irq.o
  In file included from include/linux/vgaarb.h:34:0,
                   from drivers/gpu/drm/drm_irq.c:42:
  include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory
  compilation terminated.
  make[3]: *** [drivers/gpu/drm/drm_irq.o] Error 1
  make[2]: *** [drivers/gpu/drm] Error 2
  make[1]: *** [drivers/gpu] Error 2
  make: *** [drivers] Error 2

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/Kbuild