* [PATCH][MIPS] fix warning LOAD_VGA_FONT is not defined
@ 2006-11-01 9:45 Yoichi Yuasa
2006-11-01 12:52 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2006-11-01 9:45 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
This patch has fixed the following warning.
arch/mips/qemu/q-vga.c:140:5: warning: "LOAD_VGA_FONT" is not defined
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/qemu/q-vga.c mips/arch/mips/qemu/q-vga.c
--- mips-orig/arch/mips/qemu/q-vga.c 2006-10-29 13:07:08.287301500 +0900
+++ mips/arch/mips/qemu/q-vga.c 2006-10-29 13:47:10.125974500 +0900
@@ -137,7 +137,7 @@ void __init qvga_init(void)
unsigned int h;
int i;
-#if LOAD_VGA_FONT
+#ifdef LOAD_VGA_FONT
qvga_load_font(vgafont16, 4096);
#endif
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-01 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 9:45 [PATCH][MIPS] fix warning LOAD_VGA_FONT is not defined Yoichi Yuasa
2006-11-01 12:52 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox