diff options
| author | Markus Armbruster <armbru@redhat.com> | 2022-12-22 11:46:28 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2023-01-20 07:25:22 +0100 |
| commit | b6c80037ed3ba275eea2b33bc17e36af2b89813a (patch) | |
| tree | 42cd1df3a101080dad8d59c164e08fb44ee6f423 /include/hw/ppc/pnv_core.h | |
| parent | c0a5a477f148d8cb8e47dda36601032a3f5aa991 (diff) | |
| download | focaccia-qemu-b6c80037ed3ba275eea2b33bc17e36af2b89813a.tar.gz focaccia-qemu-b6c80037ed3ba275eea2b33bc17e36af2b89813a.zip | |
include/hw/ppc include/hw/pci-host: Drop extra typedefs
PnvChip is typedef'ed in five places, and PnvPhb4PecState in two. Keep one, drop the others. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20221222104628.659681-5-armbru@redhat.com>
Diffstat (limited to 'include/hw/ppc/pnv_core.h')
| -rw-r--r-- | include/hw/ppc/pnv_core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/ppc/pnv_core.h b/include/hw/ppc/pnv_core.h index c22eab2e1f..3d75706e95 100644 --- a/include/hw/ppc/pnv_core.h +++ b/include/hw/ppc/pnv_core.h @@ -22,14 +22,13 @@ #include "hw/cpu/core.h" #include "target/ppc/cpu.h" +#include "hw/ppc/pnv.h" #include "qom/object.h" #define TYPE_PNV_CORE "powernv-cpu-core" OBJECT_DECLARE_TYPE(PnvCore, PnvCoreClass, PNV_CORE) -typedef struct PnvChip PnvChip; - struct PnvCore { /*< private >*/ CPUCore parent_obj; |