浏览代码

Fix build error caused by missmatching duplicate declaration.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 年之前
父节点
当前提交
c5c96e1379
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/video/console/newport_con.c

+ 0 - 1
drivers/video/console/newport_con.c

@@ -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)