Skip to content

Commit fabd617

Browse files
committed
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 <[email protected]> Reviewed-by: Atish Patra <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Signed-off-by: Anup Patel <[email protected]>
1 parent e482d9e commit fabd617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/kvm/vcpu_sbi_base.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/version.h>
1313
#include <asm/csr.h>
1414
#include <asm/sbi.h>
15-
#include <asm/kvm_vcpu_timer.h>
1615
#include <asm/kvm_vcpu_sbi.h>
1716

1817
static int kvm_sbi_ext_base_handler(struct kvm_vcpu *vcpu, struct kvm_run *run,

0 commit comments

Comments
 (0)