From: Anthony Liguori Date: Wed, 13 Dec 2006 08:33:43 +0000 (-0800) Subject: [PATCH] KVM: Add missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6;p=linux-beck.git [PATCH] KVM: Add missing include load_TR_desc() lives in asm/desc.h, so #include that file. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index bda7a7ae2167..fa8f7290dd4d 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "segment_descriptor.h"