From: Bin Meng Date: Fri, 6 Sep 2019 16:19:57 +0000 (-0700) Subject: riscv: sifive_u: Remove the unnecessary include of prci header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64;p=qemu.git riscv: sifive_u: Remove the unnecessary include of prci header sifive_u machine does not use PRCI as of today. Remove the prci header inclusion. Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Signed-off-by: Palmer Dabbelt --- diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c index 32d8cee335..2947e06f71 100644 --- a/hw/riscv/sifive_u.c +++ b/hw/riscv/sifive_u.c @@ -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"