diff options
| author | Greg Kurz | 2018-07-31 12:56:49 +0200 |
|---|---|---|
| committer | David Gibson | 2018-08-21 06:28:45 +0200 |
| commit | 71c55a1eefef66cfc8afd686184d6371e35352cb (patch) | |
| tree | 2b6accfd785ee735fe1ab7156380b913d0e7acfc /include | |
| parent | vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages (diff) | |
| download | qemu-71c55a1eefef66cfc8afd686184d6371e35352cb.tar.gz qemu-71c55a1eefef66cfc8afd686184d6371e35352cb.tar.xz qemu-71c55a1eefef66cfc8afd686184d6371e35352cb.zip | |
xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"
The last user of the PowerPCCPU typedef in "hw/ppc/xics.h" vanished with
commit b1fd36c363d73969841468146ebfb9fd84a5ee52. It isn't necessary to
include "target/ppc/cpu-qom.h" there anymore.
Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/xics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/xics.h b/include/hw/ppc/xics.h index 6ac8a9392d..9c2916c9b2 100644 --- a/include/hw/ppc/xics.h +++ b/include/hw/ppc/xics.h @@ -29,7 +29,6 @@ #define XICS_H #include "hw/qdev.h" -#include "target/ppc/cpu-qom.h" #define XICS_IPI 0x2 #define XICS_BUID 0x1 |
