Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80185a9d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

export font_vga_8x16



mips allmodconfig:

ERROR: "font_vga_8x16" [drivers/video/console/newport_con.ko] undefined!

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 28ea28a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
/**********************************************/

#include <linux/font.h>
#include <linux/module.h>

#define FONTDATAMAX 4096

@@ -4629,3 +4630,4 @@ const struct font_desc font_vga_8x16 = {
	.data	= fontdata_8x16,
	.pref	= 0,
};
EXPORT_SYMBOL(font_vga_8x16);