projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85c32d
)
KVM: VMX: Remove duplicated include from vmx.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 18 Dec 2018 01:01:49 +0000
(
01:01
+0000)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 21 Dec 2018 10:28:21 +0000
(11:28 +0100)
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>
arch/x86/kvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/vmx/vmx.c
b/arch/x86/kvm/vmx/vmx.c
index b8fa74ce3af2e60650d436918fae80829961b443..d5e81485fc151a136673271dbbf46a52fa6e9191 100644
(file)
--- a/
arch/x86/kvm/vmx/vmx.c
+++ b/
arch/x86/kvm/vmx/vmx.c
@@
-62,7
+62,6
@@
#include "vmcs12.h"
#include "vmx.h"
#include "x86.h"
-#include "vmx.h"
MODULE_AUTHOR("Qumranet");
MODULE_LICENSE("GPL");