]> git.proxmox.com Git - mirror_qemu.git/commitdiff
riscv: sifive_u: Remove the unnecessary include of prci header
authorBin Meng <bmeng.cn@gmail.com>
Fri, 6 Sep 2019 16:19:57 +0000 (09:19 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 17 Sep 2019 15:42:45 +0000 (08:42 -0700)
sifive_u machine does not use PRCI as of today. Remove the prci
header inclusion.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
hw/riscv/sifive_u.c

index 32d8cee3350fd60aace90e9539a515686b4c5dcc..2947e06f7170e9bc584327061bf72fb6cdce0874 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/riscv/sifive_plic.h"
 #include "hw/riscv/sifive_clint.h"
 #include "hw/riscv/sifive_uart.h"
-#include "hw/riscv/sifive_prci.h"
 #include "hw/riscv/sifive_u.h"
 #include "hw/riscv/boot.h"
 #include "chardev/char.h"