From c5c96e13790122095fdf2ea74a8131e5f6b60c03 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 1 Oct 2005 10:17:54 +0100 Subject: [PATCH] Fix build error caused by missmatching duplicate declaration. Signed-off-by: Ralf Baechle --- drivers/video/console/newport_con.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/console/newport_con.c b/drivers/video/console/newport_con.c index e793ffd39db..762c7a59314 100644 --- a/drivers/video/console/newport_con.c +++ b/drivers/video/console/newport_con.c @@ -32,7 +32,6 @@ #include -extern struct font_desc font_vga_8x16; extern unsigned long sgi_gfxaddr; #define FONT_DATA ((unsigned char *)font_vga_8x16.data) -- 2.41.0