The patch titled lguest files should explicitly include asm/paravirt.h has been added to the -mm tree. Its filename is lguest-files-should-explicitly-include-asm-paravirth.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: lguest files should explicitly include asm/paravirt.h From: Jes Sorensen <jes@xxxxxxx> Files using bits from paravirt.h should explicitly include it rather than relying on it being pulled in by something else. Signed-off-by: Jes Sorensen <jes@xxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/hvc_lguest.c | 1 + drivers/lguest/lguest_bus.c | 1 + 2 files changed, 2 insertions(+) diff -puN drivers/char/hvc_lguest.c~lguest-files-should-explicitly-include-asm-paravirth drivers/char/hvc_lguest.c --- a/drivers/char/hvc_lguest.c~lguest-files-should-explicitly-include-asm-paravirth +++ a/drivers/char/hvc_lguest.c @@ -35,6 +35,7 @@ #include <linux/err.h> #include <linux/init.h> #include <linux/lguest_bus.h> +#include <asm/paravirt.h> #include "hvc_console.h" /*D:340 This is our single console input buffer, with associated "struct diff -puN drivers/lguest/lguest_bus.c~lguest-files-should-explicitly-include-asm-paravirth drivers/lguest/lguest_bus.c --- a/drivers/lguest/lguest_bus.c~lguest-files-should-explicitly-include-asm-paravirth +++ a/drivers/lguest/lguest_bus.c @@ -5,6 +5,7 @@ #include <linux/bootmem.h> #include <linux/lguest_bus.h> #include <asm/io.h> +#include <asm/paravirt.h> static ssize_t type_show(struct device *_dev, struct device_attribute *attr, char *buf) _ Patches currently in -mm which might be from jes@xxxxxxx are lguest-files-should-explicitly-include-asm-paravirth.patch memoryless-nodes-uncached-allocator-updates.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