mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-28 11:50:37 -07:00
ppc: remove obsolete pci_pmac_init() definitions from mac.h
Commits7b19318beeand8ce3f743c7removed 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>
This commit is contained in:
parent
c9bca79844
commit
a72fed214a
1 changed files with 0 additions and 6 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue