diff options
author | Mark Cave-Ayland | 2018-03-06 23:01:56 +0100 |
---|---|---|
committer | David Gibson | 2018-04-27 10:05:22 +0200 |
commit | a773e64a8fd2a3ef97d6e405dbfb28c17660136d (patch) | |
tree | 4b2fdb20ddb6d1c1f5e719aa4045467741a46553 /hw/ppc/mac.h | |
parent | grackle: general tidy-up and QOMify (diff) | |
download | qemu-a773e64a8fd2a3ef97d6e405dbfb28c17660136d.tar.gz qemu-a773e64a8fd2a3ef97d6e405dbfb28c17660136d.tar.xz qemu-a773e64a8fd2a3ef97d6e405dbfb28c17660136d.zip |
grackle: remove deprecated pci_grackle_init() function
Instead wire up the grackle device inside the Mac Old World machine.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/mac.h')
-rw-r--r-- | hw/ppc/mac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h index 695557b8bf..93f25d7acb 100644 --- a/hw/ppc/mac.h +++ b/hw/ppc/mac.h @@ -79,9 +79,6 @@ void macio_init(PCIDevice *dev, /* Grackle PCI */ #define TYPE_GRACKLE_PCI_HOST_BRIDGE "grackle-pcihost" -PCIBus *pci_grackle_init(uint32_t base, DeviceState *pic_dev, - MemoryRegion *address_space_mem, - MemoryRegion *address_space_io); /* UniNorth PCI */ UNINState *pci_pmac_init(qemu_irq *pic, |