[PATCH] linux/vt_buffer.h: allow either builtin or modular for macros

2023-03-28 Thread Randy Dunlap
Fix build errors on ARCH=alpha when CONFIG_MDA_CONSOLE=m. This allows the ARCH macros to be the only ones defined. In file included from ../drivers/video/console/mdacon.c:37: ../arch/alpha/include/asm/vga.h:17:40: error: expected identifier or '(' before 'volatile' 17 | static inline void scr_

Re: [PATCH] linux/vt_buffer.h: allow either builtin or modular for macros

2023-04-22 Thread Helge Deller
On 3/29/23 04:15, Randy Dunlap wrote: Fix build errors on ARCH=alpha when CONFIG_MDA_CONSOLE=m. This allows the ARCH macros to be the only ones defined. In file included from ../drivers/video/console/mdacon.c:37: ../arch/alpha/include/asm/vga.h:17:40: error: expected identifier or '(' before 'v