Thread (6 messages) flat view 6 messages, 2 authors, 2016-10-04

Re: [PATCH -resend 4/6] mdacon: enable COMPILE_TEST build

From: Jiri Slaby <hidden>
Date: 2016-10-04 07:09:09
Also in: lkml

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help