| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH][MIPS] fix warning LOAD_VGA_FONT is not defined |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Wed, 1 Nov 2006 18:45:36 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH][MIPS] remove extra definitions for pb1200, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH][MIPS] fix warning mips-boards generic pci, Yoichi Yuasa |
| Previous by Thread: | [PATCH][MIPS] remove extra definitions for pb1200, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH][MIPS] fix warning LOAD_VGA_FONT is not defined, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |