diff options
author | Anup Patel <apatel@ventanamicro.com> | 2022-12-07 06:47:05 +0300 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2022-12-07 06:47:05 +0300 |
commit | fabd6179d08229cdb0f8ccfc4d9ec3ff379d9f28 (patch) | |
tree | e20a14143ee4af2a45282c5ab9f57dba22102b65 | |
parent | e482d9e33d5b0f222cbef7341dcd52cead6b9edc (diff) | |
download | linux-fabd6179d08229cdb0f8ccfc4d9ec3ff379d9f28.tar.xz |
RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
The asm/kvm_vcpu_timer.h is redundantly included in vcpu_sbi_base.c
so let us remove it.
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
-rw-r--r-- | arch/riscv/kvm/vcpu_sbi_base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/kvm/vcpu_sbi_base.c b/arch/riscv/kvm/vcpu_sbi_base.c index 48f431091cdb..22b9126e2872 100644 --- a/arch/riscv/kvm/vcpu_sbi_base.c +++ b/arch/riscv/kvm/vcpu_sbi_base.c @@ -12,7 +12,6 @@ #include <linux/version.h> #include <asm/csr.h> #include <asm/sbi.h> -#include <asm/kvm_vcpu_timer.h> #include <asm/kvm_vcpu_sbi.h> static int kvm_sbi_ext_base_handler(struct kvm_vcpu *vcpu, struct kvm_run *run, |