macio: remove macio_init() function
commitb6712ea39117c87de87b687ec4055e6ddbde9b37
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 28 Feb 2018 20:32:43 +0000 (28 20:32 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Mar 2018 02:16:29 +0000 (6 13:16 +1100)
tree19be4af644c0fb132ad641dd5b1b77e25fd7d8f2
parentaa79b0860e795d879a06656a13bd8f987a36d199
macio: remove macio_init() function

Move the remaining comment into macio.c for reference, then remove the
macio_init() function and instantiate the macio devices for both Old World
and New World machines via qdev_init_nofail() directly.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/misc/macio/macio.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c