Message ID | 20240207091254.1478-2-philmd@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once | expand |
On 07/02/2024 10.12, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> > Message-Id: <20231011132427.65001-2-philmd@linaro.org> > --- > hw/ppc/ppc440_pcix.c | 1 - > hw/ppc/ppc4xx_pci.c | 1 - > 2 files changed, 2 deletions(-) Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/hw/ppc/ppc440_pcix.c b/hw/ppc/ppc440_pcix.c index df4ee374d0..d84418cb7b 100644 --- a/hw/ppc/ppc440_pcix.c +++ b/hw/ppc/ppc440_pcix.c @@ -25,7 +25,6 @@ #include "qemu/module.h" #include "qemu/units.h" #include "hw/irq.h" -#include "hw/ppc/ppc.h" #include "hw/ppc/ppc4xx.h" #include "hw/pci/pci_device.h" #include "hw/pci/pci_host.h" diff --git a/hw/ppc/ppc4xx_pci.c b/hw/ppc/ppc4xx_pci.c index 0a07aab5d1..e4101398c9 100644 --- a/hw/ppc/ppc4xx_pci.c +++ b/hw/ppc/ppc4xx_pci.c @@ -24,7 +24,6 @@ #include "qemu/osdep.h" #include "qemu/log.h" #include "hw/irq.h" -#include "hw/ppc/ppc.h" #include "hw/ppc/ppc4xx.h" #include "migration/vmstate.h" #include "qemu/module.h"