diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2018-06-07 17:59:53 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-06-12 10:44:36 +1000 |
commit | a72fed214a9a9503764fc6f62eea17dd09cb487a (patch) | |
tree | 6bdb34fe153724619c7f32bde715a42a63d791ad | |
parent | c9bca798447879ee1288a469604cf824bc2a4622 (diff) | |
download | qemu-a72fed214a9a9503764fc6f62eea17dd09cb487a.zip qemu-a72fed214a9a9503764fc6f62eea17dd09cb487a.tar.gz qemu-a72fed214a9a9503764fc6f62eea17dd09cb487a.tar.bz2 |
ppc: remove obsolete pci_pmac_init() definitions from mac.h
Commits 7b19318bee and 8ce3f743c7 removed the pci_pmac_init() and
pci_pmac_u3_init() functions but missed the header prototypes in mac.h. Remove
them since they are no longer needed.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r-- | hw/ppc/mac.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h index 22a7efb..dac9631 100644 --- a/hw/ppc/mac.h +++ b/hw/ppc/mac.h @@ -97,12 +97,6 @@ void macio_init(PCIDevice *dev, /* Grackle PCI */ #define TYPE_GRACKLE_PCI_HOST_BRIDGE "grackle-pcihost" -/* UniNorth PCI */ -UNINHostState *pci_pmac_init(qemu_irq *pic, - MemoryRegion *address_space_mem); -UNINHostState *pci_pmac_u3_init(qemu_irq *pic, - MemoryRegion *address_space_mem); - /* Mac NVRAM */ #define TYPE_MACIO_NVRAM "macio-nvram" #define MACIO_NVRAM(obj) \ |