diff options
author | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-06-24 05:49:19 -0300 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-08-31 14:08:05 -0300 |
commit | cb6a5c26446f797252a479f456da030dc7febb20 (patch) | |
tree | a99f9fbb6859a73d2e691b0c1a08328e7088d027 /include | |
parent | 17c681e92ddd66b8a5c425ea6a1c6ec3a4e079d4 (diff) | |
download | qemu-cb6a5c26446f797252a479f456da030dc7febb20.zip qemu-cb6a5c26446f797252a479f456da030dc7febb20.tar.gz qemu-cb6a5c26446f797252a479f456da030dc7febb20.tar.bz2 |
ppc/pnv: remove pecc->rp_model
The attribute is unused.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com>
Message-Id: <20220624084921.399219-11-danielhb413@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci-host/pnv_phb4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/pnv_phb4.h b/include/hw/pci-host/pnv_phb4.h index 29c49ac..61a0cb9 100644 --- a/include/hw/pci-host/pnv_phb4.h +++ b/include/hw/pci-host/pnv_phb4.h @@ -200,7 +200,6 @@ struct PnvPhb4PecClass { uint64_t version; const char *phb_type; const uint32_t *num_phbs; - const char *rp_model; }; /* |