From: Andrew Morton Date: Tue, 16 Oct 2007 08:29:29 +0000 (-0700) Subject: export font_vga_8x16 X-Git-Tag: firefly_0821_release~25498 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=80185a9d919847190d1b3812ffe5deeae7abc9c6;p=firefly-linux-kernel-4.4.55.git export font_vga_8x16 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 Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/console/font_8x16.c b/drivers/video/console/font_8x16.c index a9f35b4a0804..00a0c67a5c7d 100644 --- a/drivers/video/console/font_8x16.c +++ b/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);