projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3959c79
)
Fix build error caused by missmatching duplicate declaration.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 1 Oct 2005 09:17:54 +0000
(10:17 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:31 +0000
(19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/video/console/newport_con.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/console/newport_con.c
b/drivers/video/console/newport_con.c
index e793ffd39db53fff857dd88ce3c78a7833ca89c0..762c7a593141f76f26f3d5721fc793439540c0df 100644
(file)
--- 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)