ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 root bus
It's unneeded. No other PCIE_BUS implements this interface. Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Fixes: 4f9924c4d4cf ("ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge") Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20220621173436.165912-9-danielhb413@gmail.com>
This commit is contained in:
parent
71cd3e5ecb
commit
21870aab36
@ -1752,10 +1752,6 @@ static const TypeInfo pnv_phb4_root_bus_info = {
|
|||||||
.name = TYPE_PNV_PHB4_ROOT_BUS,
|
.name = TYPE_PNV_PHB4_ROOT_BUS,
|
||||||
.parent = TYPE_PCIE_BUS,
|
.parent = TYPE_PCIE_BUS,
|
||||||
.class_init = pnv_phb4_root_bus_class_init,
|
.class_init = pnv_phb4_root_bus_class_init,
|
||||||
.interfaces = (InterfaceInfo[]) {
|
|
||||||
{ INTERFACE_PCIE_DEVICE },
|
|
||||||
{ }
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static void pnv_phb4_root_port_reset(DeviceState *dev)
|
static void pnv_phb4_root_port_reset(DeviceState *dev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user