Commit fc8342f7 authored by Gonglei's avatar Gonglei Committed by Michael S. Tsirkin
Browse files

ioh3420: remove unused ioh3420_init() declaration



commit 0f9b1771
    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: default avatarGonglei <arei.gonglei@huawei.com>
Reviewed-by: default avatarKnut Omang <knut.omang@oracle.com>
Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 2d2507ef
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */