diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-01 05:17:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:31 -0400 |
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 e793ffd39db5..762c7a593141 100644 --- a/drivers/video/console/newport_con.c +++ b/drivers/video/console/newport_con.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/font.h> | 32 | #include <linux/font.h> |
33 | 33 | ||
34 | 34 | ||
35 | extern struct font_desc font_vga_8x16; | ||
36 | extern unsigned long sgi_gfxaddr; | 35 | extern unsigned long sgi_gfxaddr; |
37 | 36 | ||
38 | #define FONT_DATA ((unsigned char *)font_vga_8x16.data) | 37 | #define FONT_DATA ((unsigned char *)font_vga_8x16.data) |