Skip to content

Commit b0eaf27

Browse files
arndbgregkh
authored andcommitted
vgacon: fix mips/sibyte build regression
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@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202310240429.UqeQ2Cpr-lkp@intel.com/ Fixes: 555624c vgacon: clean up global screen_info instances Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20231024054412.2291220-1-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 936323f commit b0eaf27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/mips/sibyte/swarm/setup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <linux/memblock.h>
1414
#include <linux/init.h>
1515
#include <linux/kernel.h>
16+
#include <linux/console.h>
1617
#include <linux/screen_info.h>
1718
#include <linux/initrd.h>
1819

0 commit comments

Comments
 (0)