Re: [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions

From: Dinh Nguyen
Date: Sun Jul 09 2023 - 23:38:17 EST




On 7/7/23 04:52, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@xxxxxxxx>

A number of architectures either kept the screen_info definition for
historical purposes as it used to be required by the generic VT code, or
they copied it from another architecture in order to build the VGA
console driver in an allmodconfig build.

Now that vgacon no longer builds on these architectures, remove the
stale definitions.

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
arch/csky/kernel/setup.c | 12 ------------
arch/hexagon/kernel/Makefile | 2 --
arch/hexagon/kernel/screen_info.c | 3 ---
arch/nios2/kernel/setup.c | 5 -----

Acked-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>