[PATCH 1/2] arm64: kernel: hyp-stub: drop unneeded including files

From: Peng Fan
Date: Fri Nov 15 2019 - 04:45:01 EST


From: Peng Fan <peng.fan@xxxxxxx>

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

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
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