提交 80185a9d 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

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: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 28ea28a6
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
/**********************************************/ /**********************************************/
#include <linux/font.h> #include <linux/font.h>
#include <linux/module.h>
#define FONTDATAMAX 4096 #define FONTDATAMAX 4096
...@@ -4629,3 +4630,4 @@ const struct font_desc font_vga_8x16 = { ...@@ -4629,3 +4630,4 @@ const struct font_desc font_vga_8x16 = {
.data = fontdata_8x16, .data = fontdata_8x16,
.pref = 0, .pref = 0,
}; };
EXPORT_SYMBOL(font_vga_8x16);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册