[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ee2fa120-a5de-37c9-19c2-91ea84c0d584@linaro.org>
Date: Wed, 25 Oct 2023 14:56:43 +0200
From: Philippe Mathieu-Daudé <philmd@...aro.org>
To: Arnd Bergmann <arnd@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Arnd Bergmann <arnd@...db.de>, kernel test robot <lkp@...el.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Javier Martinez Canillas <javierm@...hat.com>,
Helge Deller <deller@....de>,
Khalid Aziz <khalid@...ehiking.org>,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vgacon: fix mips/sibyte build regression
On 24/10/23 07:44, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> The conversion to vgacon_register_screen() was missing an #include statement
> for the swarm board:
>
> arch/mips/sibyte/swarm/setup.c:146:9: error: implicit declaration of function 'vgacon_register_screen' [-Werror=implicit-function-declaration]
>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202310240429.UqeQ2Cpr-lkp@intel.com/
> Fixes: 555624c0d10b vgacon: clean up global screen_info instances
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> arch/mips/sibyte/swarm/setup.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@...aro.org>
Powered by blists - more mailing lists