Commit bb5a798a authored by Jan Kiszka's avatar Jan Kiszka Committed by Avi Kivity

KVM: x86: Do not rely on implicit inclusions

Works so far by change, but it is not guaranteed to stay like this.
Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent 43771ebf
......@@ -14,6 +14,8 @@
#include <linux/kvm_host.h>
#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/uaccess.h>
#include <asm/user.h>
#include <asm/xsave.h>
#include "cpuid.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment