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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Andrew Morton 2007-10-16 01:29:29 -07:00 committed by Linus Torvalds
parent 28ea28a6be
commit 80185a9d91
1 changed files with 2 additions and 0 deletions

View File

@ -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);