The patch titled KVM: Add missing include has been removed from the -mm tree. Its filename was kvm-add-missing-include.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 - 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