All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH intel-tdx] KVM: TDX: fix duplicated inclusion
@ 2021-12-17  1:01 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-12-17  1:01 UTC (permalink / raw)
  To: Sean Christopherson; +Cc: kbuild-all, linux-kernel, Isaku Yamahata

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 tdx.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/kvm/vmx/tdx.c b/arch/x86/kvm/vmx/tdx.c
index 559e06a6420aa..26bbda183b2f3 100644
--- a/arch/x86/kvm/vmx/tdx.c
+++ b/arch/x86/kvm/vmx/tdx.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
 #include <linux/cpu.h>
-#include <linux/mmu_context.h>
 #include <linux/kvm_host.h>
 #include <linux/jump_label.h>
 #include <linux/trace_events.h>
@@ -9,7 +8,6 @@
 #include <linux/perf_event.h>
 #include <linux/freelist.h>
 
-#include <asm/fpu/xcr.h>
 #include <asm/virtext.h>
 
 #include <asm/fpu/xcr.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [RFC PATCH intel-tdx] KVM: TDX: fix duplicated inclusion
@ 2021-12-17  1:01 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-12-17  1:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 tdx.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/kvm/vmx/tdx.c b/arch/x86/kvm/vmx/tdx.c
index 559e06a6420aa..26bbda183b2f3 100644
--- a/arch/x86/kvm/vmx/tdx.c
+++ b/arch/x86/kvm/vmx/tdx.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
 #include <linux/cpu.h>
-#include <linux/mmu_context.h>
 #include <linux/kvm_host.h>
 #include <linux/jump_label.h>
 #include <linux/trace_events.h>
@@ -9,7 +8,6 @@
 #include <linux/perf_event.h>
 #include <linux/freelist.h>
 
-#include <asm/fpu/xcr.h>
 #include <asm/virtext.h>
 
 #include <asm/fpu/xcr.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-17  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  1:01 [RFC PATCH intel-tdx] KVM: TDX: fix duplicated inclusion kernel test robot
2021-12-17  1:01 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.