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 /hw | |
| 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 'hw')
| -rw-r--r-- | hw/pci-host/pnv_phb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/pnv_phb.h b/hw/pci-host/pnv_phb.h index 58ebd6dd0f..eb429d529f 100644 --- a/hw/pci-host/pnv_phb.h +++ b/hw/pci-host/pnv_phb.h @@ -12,9 +12,9 @@ #include "hw/pci/pcie_host.h" #include "hw/pci/pcie_port.h" +#include "hw/ppc/pnv.h" #include "qom/object.h" -typedef struct PnvChip PnvChip; typedef struct PnvPhb4PecState PnvPhb4PecState; struct PnvPHB { |