diff mbox series

[v2,10/28] riscv: sifive_u: Remove the unnecessary include of prci header

Message ID 1565163924-18621-11-git-send-email-bmeng.cn@gmail.com
State Superseded
Headers show
Series [v2,01/28] riscv: hw: Remove superfluous "linux, phandle" property | expand

Commit Message

Bin Meng Aug. 7, 2019, 7:45 a.m. UTC
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>
---

Changes in v2: None

 hw/riscv/sifive_u.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c
index ea45e77..7557026 100644
--- a/hw/riscv/sifive_u.c
+++ b/hw/riscv/sifive_u.c
@@ -41,7 +41,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"