mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
The inclusion of "target/riscv/cpu.h" is unnecessary in various sifive model drivers. 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>
This commit is contained in:
parent
a2360c854f
commit
131f0932cf
3 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/module.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/riscv/sifive_prci.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "qemu/log.h"
|
||||
#include "qemu/module.h"
|
||||
#include "sysemu/runstate.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/riscv/sifive_test.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "chardev/char.h"
|
||||
#include "chardev/char-fe.h"
|
||||
#include "target/riscv/cpu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/riscv/sifive_uart.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue