summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2009-09-25 03:53:52 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-05 09:32:53 -0500
commit3312958dba81a8aa748f7dc5bfd360f5c9e8ea13 (patch)
tree383a325bc5e01cfda538eab8fd11f3abe68bdafb /hw/pci.h
parent07caea315a85ebfe90851f9c2e4ef3fdd24117b5 (diff)
downloadhqemu-3312958dba81a8aa748f7dc5bfd360f5c9e8ea13.zip
hqemu-3312958dba81a8aa748f7dc5bfd360f5c9e8ea13.tar.gz
pci_create() is now unused, remove it
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r--hw/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci.h b/hw/pci.h
index fdfd2e0..8138e74 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -339,7 +339,6 @@ typedef struct {
void pci_qdev_register(PCIDeviceInfo *info);
void pci_qdev_register_many(PCIDeviceInfo *info);
-PCIDevice *pci_create(const char *name, const char *devaddr);
PCIDevice *pci_create_noinit(PCIBus *bus, int devfn, const char *name);
PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
OpenPOWER on IntegriCloud