The patch titled Fix vmi.c compilation has been added to the -mm tree. Its filename is fix-vmic-compilation.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix vmi.c compilation From: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/vmi.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/vmi.c~fix-vmic-compilation arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c~fix-vmic-compilation +++ a/arch/i386/kernel/vmi.c @@ -27,6 +27,7 @@ #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> _ Patches currently in -mm which might be from adobriyan@xxxxx are fix-vmic-compilation.patch fix-rmmod-read-write-races-in-proc-entries.patch fix-rmmod-read-write-races-in-proc-entries-cleanup.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html