diff options
author | Andreas Färber <afaerber@suse.de> | 2013-08-03 11:30:50 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-11-05 18:06:52 +0100 |
commit | e3d4d36d1bff6b1a0b68b794c33bbe8666afc840 (patch) | |
tree | 1999b7b86cbcce3e9cf4130b136439d9180d6eec /hw/ide/internal.h | |
parent | a6cb20fcba97bffd893e532f8cc70442200d3e15 (diff) |
ide: Drop ide_init2_with_non_qdev_drives()
All its users have finally been converted.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r-- | hw/ide/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 5d1cf87742..0567a522f5 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -553,8 +553,6 @@ int ide_init_drive(IDEState *s, BlockDriverState *bs, IDEDriveKind kind, uint32_t cylinders, uint32_t heads, uint32_t secs, int chs_trans); void ide_init2(IDEBus *bus, qemu_irq irq); -void ide_init2_with_non_qdev_drives(IDEBus *bus, DriveInfo *hd0, - DriveInfo *hd1, qemu_irq irq); void ide_init_ioport(IDEBus *bus, ISADevice *isa, int iobase, int iobase2); void ide_exec_cmd(IDEBus *bus, uint32_t val); |