On 10/03/2016, 11:35 AM, Geert Uytterhoeven wrote:
quoted
- depends on !M68K && !PARISC && ISA
+ depends on !M68K && !PARISC && (ISA || COMPILE_TEST)
My first thought was
depends on (!M68K && !PARISC && ISA) || COMPILE_TEST
but arch/m68k/include/asm/vga.h doesn't define VGA_MAP_MEM().
Adding #include <asm-generic/vga.h> at the end of arch/m68k/include/asm/vga.h
fixes that.
Do we want that?
The driver is not used much nowadays, so compile-testing on other
architectures is not worth it IMHO.
thanks,
--
js
suse labs