| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] fixed screen_info build error about Qemu |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Thu, 13 Jul 2006 17:34:13 +0900 |
| Cc: | 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 screen_info build error about Qemu. Please apply. 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-07-11 23:20:17.050899000 +0900 +++ mips/arch/mips/qemu/q-vga.c 2006-07-12 07:10:50.285183000 +0900 @@ -8,6 +8,7 @@ * This will eventually go into the qemu firmware. */ #include <linux/init.h> +#include <linux/screen_info.h> #include <linux/tty.h> #include <asm/io.h> #include <video/vga.h> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] vr41xx: added #indef __KERNEL__/#endif to vr41xx header files, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH] vr41xx: moved the IRQ numbers to asm-mips/vr41xx/irq.h, Ralf Baechle |
| Previous by Thread: | [PATCH] vr41xx: added #indef __KERNEL__/#endif to vr41xx header files, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH] fixed screen_info build error about Qemu, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |