aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/sifive_e_prci.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-03-26 16:18:48 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-05-02 17:24:50 +0200
commite06054368cceb59f720e9d7c2ceca84329105758 (patch)
treebf045cd7e27927eb7b287c863ae04327c5511b06 /hw/misc/sifive_e_prci.c
parent7c06a34c8c4f2c883d6ab6b15faa214d4ebfb269 (diff)
hw: Remove superfluous includes of hw/hw.h
The include/hw/hw.h header only has a prototype for hw_error(), so it does not make sense to include this in files that do not use this function. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210326151848.2217216-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/misc/sifive_e_prci.c')
-rw-r--r--hw/misc/sifive_e_prci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/sifive_e_prci.c b/hw/misc/sifive_e_prci.c
index 8ec4ee4b41..a8702c6a5d 100644
--- a/hw/misc/sifive_e_prci.c
+++ b/hw/misc/sifive_e_prci.c
@@ -23,7 +23,6 @@
#include "qapi/error.h"
#include "qemu/log.h"
#include "qemu/module.h"
-#include "hw/hw.h"
#include "hw/misc/sifive_e_prci.h"
static uint64_t sifive_e_prci_read(void *opaque, hwaddr addr, unsigned int size)