From: Andrew Morton mips allmodconfig: ERROR: "font_vga_8x16" [drivers/video/console/newport_con.ko] undefined! Cc: Ralf Baechle Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- drivers/video/console/font_8x16.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/console/font_8x16.c~export-font_vga_8x16 drivers/video/console/font_8x16.c --- a/drivers/video/console/font_8x16.c~export-font_vga_8x16 +++ a/drivers/video/console/font_8x16.c @@ -5,6 +5,7 @@ /**********************************************/ #include +#include #define FONTDATAMAX 4096 @@ -4629,3 +4630,4 @@ const struct font_desc font_vga_8x16 = { .data = fontdata_8x16, .pref = 0, }; +EXPORT_SYMBOL(font_vga_8x16); _