riscv: hw: Remove duplicated "hw/hw.h" inclusion

Commit a27bd6c779 ("Include hw/qdev-properties.h less") wrongly
added "hw/hw.h" to sifive_prci.c and sifive_test.c.

Another inclusion of "hw/hw.h" was later added via
commit 650d103d3e ("Include hw/hw.h exactly where needed"), that
resulted in duplicated inclusion of "hw/hw.h".

Fixes: a27bd6c779 ("Include hw/qdev-properties.h less")
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>
master
Bin Meng 2019-09-06 09:19:48 -07:00 committed by Palmer Dabbelt
parent 9a2551ed6f
commit 1faa8f0138
No known key found for this signature in database
GPG Key ID: EF4CA1502CCBAB41
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "qemu/module.h"
#include "target/riscv/cpu.h"

View File

@ -19,7 +19,6 @@
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "qemu/module.h"
#include "sysemu/runstate.h"