aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2019-12-13 12:59:45 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-12-17 10:39:48 +1100
commit248e4e924e873ffb36e9af725281f20614c58062 (patch)
treea0128ea88c89ddee7a40dc26c289b01477697823 /include
parent41c4ef7009adb3d7c4f252656bb6b18080f7c3a2 (diff)
downloadqemu-248e4e924e873ffb36e9af725281f20614c58062.zip
qemu-248e4e924e873ffb36e9af725281f20614c58062.tar.gz
qemu-248e4e924e873ffb36e9af725281f20614c58062.tar.bz2
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')
-rw-r--r--include/hw/ppc/pnv_psi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/pnv_psi.h b/include/hw/ppc/pnv_psi.h
index fc068c9..f0f5b55 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;