Fix build error caused by missmatching duplicate declaration.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 1 Oct 2005 09:17:54 +0000 (10:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:31 +0000 (19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/video/console/newport_con.c

index e793ffd39db53fff857dd88ce3c78a7833ca89c0..762c7a593141f76f26f3d5721fc793439540c0df 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/font.h>
 
 
-extern struct font_desc font_vga_8x16;
 extern unsigned long sgi_gfxaddr;
 
 #define FONT_DATA ((unsigned char *)font_vga_8x16.data)