]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: Fix build error without CONFIG_VGA_HOSE.
authorMatt Turner <mattst88@gmail.com>
Tue, 25 Oct 2016 05:07:41 +0000 (22:07 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 29 Aug 2017 19:01:41 +0000 (12:01 -0700)
commit66b7ef8de1235fb03161fc5b1b6fbded992b0e23
tree544d2d9b78e228c4145113d5d2faa1d9954748f7
parent37388839959c54dd6821e21457fbf07933a1eb8c
alpha: Fix build error without CONFIG_VGA_HOSE.

pci_vga_hose is #defined to 0 in include/asm/vga.h if CONFIG_VGA_HOSE is
not set.

Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/core_marvel.c
arch/alpha/kernel/core_titan.c