]> git.karo-electronics.de Git - karo-tx-linux.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)
commite42faf553c8d7bdd4735cc6b9a9e969aa985d078
tree544d2d9b78e228c4145113d5d2faa1d9954748f7
parent143c97cc652949893c8056c679012f0aeccb80e5
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