summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ide/macio.c')
-rw-r--r--hw/ide/macio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c
index e02e4993e0..424eb454b7 100644
--- a/hw/ide/macio.c
+++ b/hw/ide/macio.c
@@ -330,7 +330,6 @@ int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq,
pmac_ide_write, d);
vmstate_register(0, &vmstate_pmac, d);
qemu_register_reset(pmac_ide_reset, d);
- pmac_ide_reset(d);
return pmac_ide_memory;
}