[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1573810972-2159-1-git-send-email-peng.fan@nxp.com>
Date: Fri, 15 Nov 2019 09:44:56 +0000
From: Peng Fan <peng.fan@....com>
To: "catalin.marinas@....com" <catalin.marinas@....com>,
"will@...nel.org" <will@...nel.org>
CC: "allison@...utok.net" <allison@...utok.net>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"james.morse@....com" <james.morse@....com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"jan.kiszka@...mens.com" <jan.kiszka@...mens.com>,
"ralf.ramsauer@...-regensburg.de" <ralf.ramsauer@...-regensburg.de>,
Alice Guo <alice.guo@....com>,
dl-linux-imx <linux-imx@....com>, Peng Fan <peng.fan@....com>
Subject: [PATCH 1/2] arm64: kernel: hyp-stub: drop unneeded including files
From: Peng Fan <peng.fan@....com>
These files are not needed to be included, so remove them.
Signed-off-by: Peng Fan <peng.fan@....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
Powered by blists - more mailing lists