Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80185a9d919847190d1b3812ffe5deeae7abc9c6
Commit:     80185a9d919847190d1b3812ffe5deeae7abc9c6
Parent:     28ea28a6be33dd7ce00f0d599bd245e5ce37ca1c
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 01:29:29 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 09:43:19 2007 -0700

    export font_vga_8x16
    
    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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/video/console/font_8x16.c 
b/drivers/video/console/font_8x16.c
index a9f35b4..00a0c67 100644
--- 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to