diff options
author | Mark Cave-Ayland | 2018-09-19 19:20:59 +0200 |
---|---|---|
committer | David Gibson | 2018-09-25 03:12:25 +0200 |
commit | e090a054a7c1d8cada034a362d05b2a8fee3a420 (patch) | |
tree | 4ef9de87594f5e4c20cd3e8da922b1f605c95d4c /include/hw/pci | |
parent | scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline() (diff) | |
download | qemu-e090a054a7c1d8cada034a362d05b2a8fee3a420.tar.gz qemu-e090a054a7c1d8cada034a362d05b2a8fee3a420.tar.xz qemu-e090a054a7c1d8cada034a362d05b2a8fee3a420.zip |
scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions
Now that these functions are no longer required they can be removed.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/pci')
-rw-r--r-- | include/hw/pci/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 0d907dc084..e6514bba23 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -707,8 +707,6 @@ PCIDevice *pci_create_simple_multifunction(PCIBus *bus, int devfn, PCIDevice *pci_create(PCIBus *bus, int devfn, const char *name); PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name); -void lsi53c895a_create(PCIBus *bus); -void lsi53c810_create(PCIBus *bus, int devfn); void lsi53c8xx_handle_legacy_cmdline(DeviceState *lsi_dev); qemu_irq pci_allocate_irq(PCIDevice *pci_dev); |