Message ID | 1545094909-85500-1-git-send-email-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [-next] KVM: VMX: Remove duplicated include from vmx.c | expand |
On 18.12.18 02:01, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> > --- > arch/x86/kvm/vmx/vmx.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c > index c90fffd..0a826c6 100644 > --- 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"); > > > > > Reviewed-by: David Hildenbrand <david@redhat.com>
2018-12-18 01:01+0000, YueHaibing: > Remove duplicated include. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> > --- Queued, thanks.
diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index c90fffd..0a826c6 100644 --- 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");
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- arch/x86/kvm/vmx/vmx.c | 1 - 1 file changed, 1 deletion(-)