projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ea28a
)
export font_vga_8x16
author
Andrew Morton
<
[email protected]
>
Tue, 16 Oct 2007 08:29:29 +0000
(
01:29
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 16 Oct 2007 16:43:19 +0000
(09:43 -0700)
mips allmodconfig:
ERROR: "font_vga_8x16" [drivers/video/console/newport_con.ko] undefined!
Cc: Ralf Baechle <
[email protected]
>
Cc: "Antonino A. Daplas" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/console/font_8x16.c
patch
|
blob
|
history
diff --git
a/drivers/video/console/font_8x16.c
b/drivers/video/console/font_8x16.c
index a9f35b4a08045960b6114a61d89fec62ee1c2a10..00a0c67a5c7d0e2051b7d273ed75104dfb95b2e3 100644
(file)
--- a/
drivers/video/console/font_8x16.c
+++ b/
drivers/video/console/font_8x16.c
@@
-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);