Skip to content

Commit

Permalink
KVM: VMX: Remove duplicated include from vmx.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
  • Loading branch information
YueHaibing authored and Paolo Bonzini committed Dec 21, 2018
1 parent b85c32d commit ba7424b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kvm/vmx/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#include "vmcs12.h"
#include "vmx.h"
#include "x86.h"
#include "vmx.h"

MODULE_AUTHOR("Qumranet");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit ba7424b

Please sign in to comment.