aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/font_8x16.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-10-16 04:29:29 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:19 -0400
commit80185a9d919847190d1b3812ffe5deeae7abc9c6 (patch)
tree3d68c4a17f8f0fb3dc9004717a72a5c015593e21 /drivers/video/console/font_8x16.c
parent28ea28a6be33dd7ce00f0d599bd245e5ce37ca1c (diff)
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>
Diffstat (limited to 'drivers/video/console/font_8x16.c')
-rw-r--r--drivers/video/console/font_8x16.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/console/font_8x16.c b/drivers/video/console/font_8x16.c
index a9f35b4a0804..00a0c67a5c7d 100644
--- a/drivers/video/console/font_8x16.c
+++ b/drivers/video/console/font_8x16.c
@@ -5,6 +5,7 @@
5/**********************************************/ 5/**********************************************/
6 6
7#include <linux/font.h> 7#include <linux/font.h>
8#include <linux/module.h>
8 9
9#define FONTDATAMAX 4096 10#define FONTDATAMAX 4096
10 11
@@ -4629,3 +4630,4 @@ const struct font_desc font_vga_8x16 = {
4629 .data = fontdata_8x16, 4630 .data = fontdata_8x16,
4630 .pref = 0, 4631 .pref = 0,
4631}; 4632};
4633EXPORT_SYMBOL(font_vga_8x16);