public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: kernel: hyp-stub: drop unneeded including files
@ 2019-11-15  9:44 Peng Fan
  2019-11-15  9:45 ` [PATCH 2/2] arm64: export __hyp_stub_vectors Peng Fan
  0 siblings, 1 reply; 6+ messages in thread
From: Peng Fan @ 2019-11-15  9:44 UTC (permalink / raw)
  To: catalin.marinas@arm.com, will@kernel.org
  Cc: Peng Fan, Alice Guo, jan.kiszka@siemens.com,
	linux-kernel@vger.kernel.org, ralf.ramsauer@oth-regensburg.de,
	james.morse@arm.com, allison@lohutok.net, tglx@linutronix.de,
	linux-arm-kernel@lists.infradead.org, dl-linux-imx

From: Peng Fan <peng.fan@nxp.com>

These files are not needed to be included, so remove them.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/kernel/hyp-stub.S | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/kernel/hyp-stub.S b/arch/arm64/kernel/hyp-stub.S
index 73d46070b315..f17af9a39562 100644
--- a/arch/arm64/kernel/hyp-stub.S
+++ b/arch/arm64/kernel/hyp-stub.S
@@ -8,12 +8,8 @@
 
 #include <linux/init.h>
 #include <linux/linkage.h>
-#include <linux/irqchip/arm-gic-v3.h>
 
 #include <asm/assembler.h>
-#include <asm/kvm_arm.h>
-#include <asm/kvm_asm.h>
-#include <asm/ptrace.h>
 #include <asm/virt.h>
 
 	.text
-- 
2.16.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-11-15 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-15  9:44 [PATCH 1/2] arm64: kernel: hyp-stub: drop unneeded including files Peng Fan
2019-11-15  9:45 ` [PATCH 2/2] arm64: export __hyp_stub_vectors Peng Fan
2019-11-15  9:58   ` Jan Kiszka
2019-11-15 10:05     ` Peng Fan
2019-11-15 12:00   ` Ralf Ramsauer
2019-11-15 12:29   ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox