]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci.c
qdev: kill off DeviceInfo
[mirror_qemu.git] / hw / pci.c
index 8fd450c9e94bd21017ad6b91f666cc780bfbf2e2..1df05ae3a0340050f9447de490a2811d379124b2 100644 (file)
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -1453,7 +1453,7 @@ PCIDevice *pci_find_device(PCIBus *bus, int bus_num, uint8_t devfn)
     return bus->devices[devfn];
 }
 
-static int pci_qdev_init(DeviceState *qdev, DeviceInfo *base)
+static int pci_qdev_init(DeviceState *qdev)
 {
     PCIDevice *pci_dev = (PCIDevice *)qdev;
     PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(pci_dev);