From: Mark Cave-Ayland Date: Thu, 7 Jun 2018 16:59:54 +0000 (+0100) Subject: ppc: remove obsolete macio_init() definition from mac.h X-Git-Tag: v3.0.0-rc0~93^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4558fadaf550c0bf3c2284f353439a1cdbc407f1;p=thirdparty%2Fqemu.git ppc: remove obsolete macio_init() definition from mac.h Commits b6712ea391 removed the macio_init() function but missed the header prototype in mac.h. Remove it since it is no longer needed. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: David Gibson --- diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h index dac96317afc..89fa8bbed78 100644 --- a/hw/ppc/mac.h +++ b/hw/ppc/mac.h @@ -91,9 +91,6 @@ typedef struct MACIOIDEState { void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table); void macio_ide_register_dma(MACIOIDEState *ide); -void macio_init(PCIDevice *dev, - MemoryRegion *pic_mem); - /* Grackle PCI */ #define TYPE_GRACKLE_PCI_HOST_BRIDGE "grackle-pcihost"