qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-riscv] [PATCH v2] target/riscv: Remove unused include of riscv_hti


From: Jonathan Behrens
Subject: [Qemu-riscv] [PATCH v2] target/riscv: Remove unused include of riscv_htif.h for virt board riscv
Date: Thu, 11 Apr 2019 11:08:57 -0400

Signed-off-by: Jonathan Behrens <address@hidden>
---
 hw/riscv/virt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
index fc4c6b306e..3526463034 100644
--- a/hw/riscv/virt.c
+++ b/hw/riscv/virt.c
@@ -29,7 +29,6 @@
 #include "hw/sysbus.h"
 #include "hw/char/serial.h"
 #include "target/riscv/cpu.h"
-#include "hw/riscv/riscv_htif.h"
 #include "hw/riscv/riscv_hart.h"
 #include "hw/riscv/sifive_plic.h"
 #include "hw/riscv/sifive_clint.h"
--
2.20.1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]