summaryrefslogtreecommitdiff
path: root/hw/pci-bridge
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-08-25 20:20:31 +0800
committerMichael S. Tsirkin <mst@redhat.com>2014-09-02 17:28:26 +0300
commitfc8342f7589f0ef026cfebf8d6e5eab88323c7cf (patch)
treec8c828e9bce2c0b30db7168706f39443a92a2d20 /hw/pci-bridge
parent2d2507ef23d2a28eaeea5507ff4ec68657f1792f (diff)
downloadqemu-fc8342f7589f0ef026cfebf8d6e5eab88323c7cf.tar.gz
ioh3420: remove unused ioh3420_init() declaration
commit 0f9b1771ccc65873a8376c81200a437aa58c2f6d ioh3420: Remove obsoleted, unused ioh3420_init function removed the implementation of ioh3420_init Drop the declaration from the header file as well. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Knut Omang <knut.omang@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci-bridge')
-rw-r--r--hw/pci-bridge/ioh3420.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/pci-bridge/ioh3420.h b/hw/pci-bridge/ioh3420.h
index 7776e5b02d..ea423cb991 100644
--- a/hw/pci-bridge/ioh3420.h
+++ b/hw/pci-bridge/ioh3420.h
@@ -3,8 +3,4 @@
#include "hw/pci/pcie_port.h"
-PCIESlot *ioh3420_init(PCIBus *bus, int devfn, bool multifunction,
- const char *bus_name, pci_map_irq_fn map_irq,
- uint8_t port, uint8_t chassis, uint16_t slot);
-
#endif /* QEMU_IOH3420_H */