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:
parent
28ea28a6be
commit
80185a9d91
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user