From: Ralf Baechle Date: Sat, 1 Oct 2005 09:17:54 +0000 (+0100) Subject: Fix build error caused by missmatching duplicate declaration. X-Git-Tag: v2.6.15-rc1~731^2~1^2~51 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c5c96e13790122095fdf2ea74a8131e5f6b60c03;p=linux-2.6-omap-h63xx.git Fix build error caused by missmatching duplicate declaration. Signed-off-by: Ralf Baechle --- 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)