From: Ralf Baechle Date: Sat, 1 Oct 2005 09:17:54 +0000 (+0100) Subject: Fix build error caused by missmatching duplicate declaration. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5c96e13790122095fdf2ea74a8131e5f6b60c03;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 e793ffd39db5..762c7a593141 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)