[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 6/6] drivers/video: make declarations of defined functions available
On 14/08/2023 09:47, Jan Beulich wrote: On 11.08.2023 09:19, Nicola Vetrini wrote:--- a/xen/drivers/video/vga.c +++ b/xen/drivers/video/vga.c @@ -9,6 +9,7 @@ #include <xen/mm.h> #include <xen/param.h> #include <xen/vga.h> +#include <xen/console.h>xen/vga.h, which you move the declarations to, is already included here.Why the need for xen/console.h? Jan vga.c needs a declaration for fill_console_start_info, which is declared in console.h, as stated in the commit message (it could be clarified perhaps). -- Nicola Vetrini, BSc Software Engineer, BUGSENG srl (https://bugseng.com)
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |