diff options
| author | Dr. David Alan Gilbert <dave@treblig.org> | 2024-09-19 00:47:48 +0100 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-10-03 17:26:06 +0300 |
| commit | b443521b232bdf8f60266d67dc376cd0f080feac (patch) | |
| tree | 7000169c4decd112dddcf60aabb5211d83882d9d /include | |
| parent | 40ebdc4b60c53c36283cfb6e9e887db7ee2cf014 (diff) | |
| download | focaccia-qemu-b443521b232bdf8f60266d67dc376cd0f080feac.tar.gz focaccia-qemu-b443521b232bdf8f60266d67dc376cd0f080feac.zip | |
hw/pci: Remove unused pcie_chassis_find_slot
pcie_chassis_find_slot has been unused since it was added. Remove it. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/pci/pcie_port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci/pcie_port.h b/include/hw/pci/pcie_port.h index 90e6cf45b8..7cd7af8cfa 100644 --- a/include/hw/pci/pcie_port.h +++ b/include/hw/pci/pcie_port.h @@ -72,7 +72,6 @@ struct PCIESlot { }; void pcie_chassis_create(uint8_t chassis_number); -PCIESlot *pcie_chassis_find_slot(uint8_t chassis, uint16_t slot); int pcie_chassis_add_slot(struct PCIESlot *slot); void pcie_chassis_del_slot(PCIESlot *s); |