diff options
author | Greg Kurz <groug@kaod.org> | 2019-12-13 12:59:45 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-12-17 10:39:48 +1100 |
commit | 248e4e924e873ffb36e9af725281f20614c58062 (patch) | |
tree | a0128ea88c89ddee7a40dc26c289b01477697823 /include/hw | |
parent | 41c4ef7009adb3d7c4f252656bb6b18080f7c3a2 (diff) | |
download | qemu-248e4e924e873ffb36e9af725281f20614c58062.zip |
ppc/pnv: Drop PnvPsiClass::chip_type
It isn't used anymore.
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <157623838530.360005.15470128760871845396.stgit@bahia.lan>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/ppc/pnv_psi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/pnv_psi.h b/include/hw/ppc/pnv_psi.h index fc068c95e5..f0f5b55197 100644 --- a/include/hw/ppc/pnv_psi.h +++ b/include/hw/ppc/pnv_psi.h @@ -79,7 +79,6 @@ typedef struct Pnv9Psi { typedef struct PnvPsiClass { SysBusDeviceClass parent_class; - int chip_type; uint32_t xscom_pcba; uint32_t xscom_size; uint64_t bar_mask; |