diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-01 10:17:54 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:31 +0100 |
commit | c5c96e13790122095fdf2ea74a8131e5f6b60c03 (patch) | |
tree | 2c11ebffae96232f4b6bf23cd416ad34588c8935 /drivers/video | |
parent | 3959c7957f0ab758066c8779483b18179c355257 (diff) |
Fix build error caused by missmatching duplicate declaration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/console/newport_con.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/font.h> -extern struct font_desc font_vga_8x16; extern unsigned long sgi_gfxaddr; #define FONT_DATA ((unsigned char *)font_vga_8x16.data) |