The patch titled KVM: Add missing include has been added to the -mm tree. Its filename is kvm-add-missing-include.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: KVM: Add missing include From: Anthony Liguori <anthony@xxxxxxxxxxxxx> load_TR_desc() lives in asm/desc.h, so #include that file. Signed-off-by: Anthony Liguori <anthony@xxxxxxxxxxxxx> Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/vmx.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/kvm/vmx.c~kvm-add-missing-include drivers/kvm/vmx.c --- a/drivers/kvm/vmx.c~kvm-add-missing-include +++ a/drivers/kvm/vmx.c @@ -22,6 +22,7 @@ #include <linux/mm.h> #include <linux/highmem.h> #include <asm/io.h> +#include <asm/desc.h> #include "segment_descriptor.h" _ Patches currently in -mm which might be from anthony@xxxxxxxxxxxxx are kvm-userspace-interface.patch kvm-add-missing-include.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