[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070524135432.GA32643@localhost.sw.ru>
Date: Thu, 24 May 2007 17:54:32 +0400
From: Alexey Dobriyan <adobriyan@...ru>
To: akpm@...l.org
Cc: linux-kernel@...r.kernel.org, toralf.foerster@....de
Subject: [PATCH] Fix vmi.c compilation
Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
---
arch/i386/kernel/vmi.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/i386/kernel/vmi.c
+++ b/arch/i386/kernel/vmi.c
@@ -27,6 +27,7 @@ #include <linux/cpu.h>
#include <linux/bootmem.h>
#include <linux/mm.h>
#include <linux/highmem.h>
+#include <linux/sched.h>
#include <asm/vmi.h>
#include <asm/io.h>
#include <asm/fixmap.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists